-
Notifications
You must be signed in to change notification settings - Fork 308
Closed
Description
Hi.
First of all, thanks for RapiDoc. It looks pretty neat and very promising. I discovered it yesterday and already added it to the REST API framework I maintain: https://github.com/marshmallow-code/flask-smorest and adopted it for our application.
AFAIU, OpenAPI 3.1.0 allows scopes to be defined for security schemes other than OAuth:
- API Key authentication should allow scopes to be defined. OAI/OpenAPI-Specification#1366
- security; widen use of scopes array to other securityScheme types OAI/OpenAPI-Specification#1829
When I set {"BasicAuthentication": ["admin"]}
in an endpoint, I expect "admin" to be displayed somewhere close to the "HTTP Basic" label, as in #422 but not for OAuth.
It doesn't seem to be the case so either I screwed up somewhere, either this is a feature request.
Metadata
Metadata
Assignees
Labels
No labels