diff options
| author | 2021-03-22 22:26:54 +0100 | |
|---|---|---|
| committer | 2021-03-22 22:26:54 +0100 | |
| commit | aa9ce272dcfa1380b2f05bc3a90ef8ca1b0a7f62 (patch) | |
| tree | f3e01f5434a2f90007969373f0fa32dc855207c7 /PROGRESS.md | |
| parent | fix lint errors (diff) | |
| download | gotosocial-aa9ce272dcfa1380b2f05bc3a90ef8ca1b0a7f62.tar.xz | |
Oauth/token (#7)
* add host and protocol options
* some fiddling
* tidying up and comments
* tick off /oauth/token
* tidying a bit
* tidying
* go mod tidy
* allow attaching middleware to server
* add middleware
* more user friendly
* add comments
* comments
* store account + app
* tidying
* lots of restructuring
* lint + tidy
Diffstat (limited to 'PROGRESS.md')
| -rw-r--r-- | PROGRESS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PROGRESS.md b/PROGRESS.md index 9c6c7844b..079f47f67 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -6,7 +6,7 @@ * [ ] /api/v1/apps/verify_credentials GET (Verify an application works) * [x] /oauth/authorize GET (Show authorize page to user) * [x] /oauth/authorize POST (Get an oauth access code for an app/user) - * [ ] /oauth/token POST (Obtain a user-level access token) + * [x] /oauth/token POST (Obtain a user-level access token) * [ ] /oauth/revoke POST (Revoke a user-level access token) * [x] /auth/sign_in GET (Show form for user signin) * [x] /auth/sign_in POST (Validate username and password and sign user in) |
