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
@luismetzger I got it to work using a Bearer token. Hopefully this helps.
# In your `swagger_root` blocksecurity_definition:api_keydokey:type,:apiKeykey:name,:Authorizationkey:in,:headerend# In your `swagger_path` blocksecuritydokey:api_key,[]end
Then in Swagger UI, I click "Authorize" and drop the whole Authorization header value in (such as Bearer mytokenhere.
Would love to have JWT bearer token support for this. Need to add authentication but keep getting an error message in the pop-up.
Thanks!
The text was updated successfully, but these errors were encountered: