Improve remote auth bootstrap flow

This commit is contained in:
Dymas
2026-05-23 14:37:48 +02:00
parent 91691244d7
commit c6ba7fdbe2
6 changed files with 254 additions and 20 deletions
+4 -2
View File
@@ -2,7 +2,7 @@
Small local web UI for a system-wide `ani-cli` install.
Current version: `0.36.0`
Current version: `0.36.1`
## Project Layout
@@ -273,7 +273,9 @@ Browser bootstrap also works:
http://YOUR-HOST:8421/?token=your-token-here
```
The app stores the token in an HTTP-only cookie and redirects to the clean URL.
For normal browser visits, the app now shows a sign-in page automatically when the token cookie is missing.
The app stores the token in an HTTP-only cookie and redirects to the clean URL. The cookie is persistent, so you usually only need to sign in once per browser.
## Download Queue