From 5994ddb2748f8c5240765ae0c4fe88583ba2c334 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sat, 20 Mar 2021 23:31:16 +0100 Subject: [PATCH] tick off /oauth/token --- PROGRESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)