feat(oauth2): get access token route and read basic user info
This commit is contained in:
parent
ecf1da2978
commit
f990708052
32 changed files with 465 additions and 67 deletions
11
TODO.md
11
TODO.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue