feat(oauth2): get access token route and read basic user info

This commit is contained in:
Matthieu Bessat 2024-11-11 14:49:17 +01:00
parent ecf1da2978
commit f990708052
32 changed files with 465 additions and 67 deletions

11
TODO.md
View file

@ -3,11 +3,10 @@
- [x] Login form
- [x] Register form
- [x] Generate JWT
- Redirect to login form if unauthenticated
- Authorize form
- Select by app client id
- Verify authorize
- Select by app client secret
- Upload picture
- [ ] 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