We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common security things like getting api-key from a header, query, or cookie rely on the user implementing this.
api-key
Proposal is to implement these to make it easier for users to add security to their API/Apps.
This would be similar to fastapi.Security package.
fastapi.Security
See here: https://fastapi.tiangolo.com/reference/security/
We already cover some of these via the BasicAuth middleware.
BasicAuth
Add a minimum we should natively provide these to users:
Each one can be done as a separate PR.
N/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Proposal Description
Common security things like getting
api-key
from a header, query, or cookie rely on the user implementing this.Proposal is to implement these to make it easier for users to add security to their API/Apps.
This would be similar to
fastapi.Security
package.See here: https://fastapi.tiangolo.com/reference/security/
We already cover some of these via the
BasicAuth
middleware.Add a minimum we should natively provide these to users:
Each one can be done as a separate PR.
Alignment with Express API
N/a
HTTP RFC Standards Compliance
N/a
API Stability
N/a
Feature Examples
Checklist:
The text was updated successfully, but these errors were encountered: