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
As per @simranbentel in #67, It is common for the security scheme for bearer auth to be capitalized as Bearer. Looking in to this, a comment in OAI/OpenAPI-Specification#1876 noted that according to RFC7235, the authentication scheme is a case-insensitive token.
We should update our scheme detection code to reflect this.
The text was updated successfully, but these errors were encountered:
As per @simranbentel in #67, It is common for the security
scheme
forbearer
auth to be capitalized asBearer
. Looking in to this, a comment in OAI/OpenAPI-Specification#1876 noted that according to RFC7235, the authentication scheme is a case-insensitive token.We should update our scheme detection code to reflect this.
The text was updated successfully, but these errors were encountered: