mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-12 09:58:04 -04:00
Add more admin api endpoints
This commit is contained in:
@@ -20,3 +20,9 @@ flask command create-admin-jwt | tail -n 1 | pbcopy
|
||||
```
|
||||
|
||||
to copy a token usable by the admin UI to your pasteboard. This token will expire in 30 seconds
|
||||
|
||||
### Disable token expiration checking in development
|
||||
|
||||
```
|
||||
env ALLOW_EXPIRED_API_TOKEN=1 make run-flask
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user