fix(auth): remove JWT cookie when it's invalid
This commit is contained in:
parent
f0fad9a90a
commit
d70d622e04
2 changed files with 20 additions and 4 deletions
7
TODO.md
7
TODO.md
|
|
@ -28,8 +28,13 @@
|
|||
|
||||
- [ ] Support error responses by https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1
|
||||
|
||||
- [ ] Redirect to login when JWT expire
|
||||
- [ ] UserWebGUI: Redirect to login when JWT expire
|
||||
- [ ] UserWebGUI: Show user authorizations.
|
||||
- [ ] UserWebGUI: Show available apps
|
||||
- [ ] UserWebGUI: Direct user grant flow, User can login to the target app/client, event if it did
|
||||
not started here.
|
||||
- [ ] Add admin panel via API
|
||||
- [ ] AdminWebGUI: Ability to create invitation links
|
||||
- [ ] Add admin CLI
|
||||
|
||||
- [ ] add TOTP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue