Open lunakv opened 1 year ago
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.
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.