Add more admin api endpoints

This commit is contained in:
Ryan Ahearn
2022-11-17 17:04:51 -05:00
parent 0a9ca6b231
commit f71df236b7
4 changed files with 145 additions and 13 deletions

View File

@@ -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
```