fix(auth): remove JWT cookie when it's invalid

This commit is contained in:
Matthieu Bessat 2024-11-16 12:33:56 +01:00
parent f0fad9a90a
commit d70d622e04
2 changed files with 20 additions and 4 deletions

View file

@ -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