20 lines
523 B
Markdown
20 lines
523 B
Markdown
# TODO
|
|
|
|
- [x] Login form
|
|
- [x] Register form
|
|
- [x] Generate JWT
|
|
- [ ] Redirect to login form if unauthenticated
|
|
- [x] Authorize form
|
|
- [x] Verify authorize
|
|
- [x] Upload picture
|
|
- [x] Get access token
|
|
|
|
- [ ] Support error responses by https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1
|
|
|
|
- [ ] 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
|