You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we match the PHP API behavior that expects API keys to be encoded in the URI of the requests. We instead want to use an authorization header or something: https://fastapi.tiangolo.com/reference/security/
The text was updated successfully, but these errors were encountered:
Currently we match the PHP API behavior that expects API keys to be encoded in the URI of the requests. We instead want to use an authorization header or something: https://fastapi.tiangolo.com/reference/security/
The text was updated successfully, but these errors were encountered: