WIP Implementing API tokens.
This commit is contained in:
@@ -20,9 +20,9 @@ Personal Measure API
|
||||
|
||||
☑ GET /auth-token Given a valid username/password combo, get an auth token.
|
||||
☑ GET /user Given a valid auth token, return the user details.
|
||||
☐ GET /api-tokens List api tokens.
|
||||
☐ DELETE /api-tokens/<id> Delete a specific api token.
|
||||
☐ POST /api-tokens With a valid session, create a new api token.
|
||||
☑ GET /api-tokens List api tokens.
|
||||
☑ DELETE /api-tokens/<id> Delete a specific api token.
|
||||
☑ POST /api-tokens With a valid session, create a new api token.
|
||||
|
||||
Legend
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user