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
However, it seems like securitySchemes is ignored, so I'm not able to get authorizationCode details to properly create the interceptor, since some endpoints use different schemas.
Any thoughts on how I should implement Authentication?
The text was updated successfully, but these errors were encountered:
Hi! I have an openapi.json with the following security scheme:
and one of the endpoint uses it like this
I'm also extending fetch to add an interceptor for Auth:
However, it seems like
securitySchemes
is ignored, so I'm not able to getauthorizationCode
details to properly create the interceptor, since some endpoints use different schemas.Any thoughts on how I should implement Authentication?
The text was updated successfully, but these errors were encountered: