diff --git a/PROGRESS.md b/PROGRESS.md index 079f47f..f1c336d 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -11,7 +11,7 @@ * [x] /auth/sign_in GET (Show form for user signin) * [x] /auth/sign_in POST (Validate username and password and sign user in) * [ ] Accounts - * [ ] /api/v1/accounts POST (Register a new account) + * [x] /api/v1/accounts POST (Register a new account) * [ ] /api/v1/accounts/verify_credentials GET (Verify account credentials with a user token) * [ ] /api/v1/accounts/update_credentials PATCH (Update user's display name/preferences) * [ ] /api/v1/accounts/:id GET (Get account information) @@ -184,7 +184,7 @@ * [ ] Cache * [ ] In-memory cache * [ ] Security features - * [ ] Authorization middleware + * [x] Authorization middleware * [ ] Rate limiting middleware * [ ] Scope middleware * [ ] Permissions/acl middleware for admins+moderators