Improve remote auth bootstrap flow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user