2024-11-02 16:37:57 +00:00
|
|
|
# TODO
|
|
|
|
|
|
|
|
- [x] Login form
|
|
|
|
- [x] Register form
|
2024-11-11 22:16:50 +00:00
|
|
|
- [x] Redirect to login form if unauthenticated
|
2024-11-11 13:49:17 +00:00
|
|
|
- [x] Upload picture
|
2024-11-11 22:16:50 +00:00
|
|
|
|
|
|
|
- OAuth2
|
|
|
|
- [x] Authorize form
|
|
|
|
- [x] Verify authorize
|
|
|
|
- [x] Get access token
|
|
|
|
|
|
|
|
- [x] Support OpenID to use with demo client [oauth2c](https://github.com/cloudentity/oauth2c)
|
|
|
|
- .well-known/openid-configuration
|
|
|
|
|
|
|
|
|
|
|
|
- [ ] i18n strings in the http website.
|
|
|
|
|
|
|
|
- [ ] App config
|
|
|
|
- Add app logo (URI?)
|
|
|
|
|
|
|
|
- [ ] Public endpoint to get user avatar by id
|
|
|
|
- [ ] Rework avatar upload to limit size and process the image?
|
|
|
|
|
|
|
|
- [ ] Authorize form
|
|
|
|
- Show details about permissions
|
|
|
|
- Show app logo
|
2024-11-09 18:57:15 +00:00
|
|
|
|
|
|
|
- [ ] Support error responses by https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1
|
2024-11-11 19:57:04 +00:00
|
|
|
|
2024-11-18 07:58:38 +00:00
|
|
|
- [x] UserWebGUI: Redirect to login when JWT expire
|
|
|
|
- [x] UserWebGUI: Show user authorizations.
|
2024-11-25 08:07:30 +00:00
|
|
|
- [x] UserWebGUI: Allow to revoke an authorization
|
|
|
|
- [x] UserWebGUI: Show available apps (basic)
|
|
|
|
- [x] UserWebGUI: Direct user grant flow, User can login to the target app/client, event if it did not started here.
|
|
|
|
- all apps must have a `/oauth2/login` URL that redirect to the right minauth /authorize URL, `login_uri` in config.toml
|
|
|
|
|
|
|
|
- [x] UserWebGUI: activate account with token
|
|
|
|
|
2024-11-29 16:32:42 +00:00
|
|
|
- [x] feat: add groups and roles models
|
2024-11-18 07:58:38 +00:00
|
|
|
|
|
|
|
- [ ] UserWebGUI: add TOTP
|
|
|
|
- [ ] send emails to users
|
|
|
|
|
|
|
|
- Architecture: do we have an admin API?
|
|
|
|
|
|
|
|
- [ ] AdminCLI: init
|
2024-11-25 08:07:30 +00:00
|
|
|
- [ ] AdminWebGUI: List users
|
|
|
|
- [ ] AdminWebGUI: Assign groups to users
|
|
|
|
- [ ] AdminWebGUI: Create invitation
|
2024-11-29 16:32:42 +00:00
|
|
|
|
|
|
|
# Minimal flow
|
|
|
|
|
|
|
|
- [ ] Invite user from command line bash script that will edit sqlite
|
|
|
|
- [ ] Activation UI
|
|
|
|
- [ ] Send email
|