2024-11-02 16:37:57 +00:00
|
|
|
# TODO
|
|
|
|
|
|
|
|
- [x] Login form
|
|
|
|
- [x] Register form
|
|
|
|
- [x] Generate JWT
|
2024-11-11 13:49:17 +00:00
|
|
|
- [ ] Redirect to login form if unauthenticated
|
|
|
|
- [x] Authorize form
|
|
|
|
- [x] Verify authorize
|
|
|
|
- [x] Upload picture
|
|
|
|
- [x] Get access token
|
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
|
|
|
|
|
|
|
- [ ] Redirect to login when JWT expire
|
|
|
|
- [ ] Add admin panel via API
|
|
|
|
- [ ] Add admin CLI
|
|
|
|
|
|
|
|
- [ ] Support OpenID to use with demo client [oauth2c](https://github.com/cloudentity/oauth2c)
|
|
|
|
|
|
|
|
- .well-known/openid-configuration
|