Use HTTP Basic Auth for admin endpoints #31
Labels
admin
This issue doesn't affect regular users, only administrators.
enhancement
New feature or request
good first issue
Good for newcomers
Instead of sending the admin password through the query string, it would be a better idea to use regular HTTP basic auth for admin authentication. FastAPI seems to have basic support for it built in.
The text was updated successfully, but these errors were encountered: