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
The authentication schema and helpers currently supports 5 authentication types: :basic-auth, :api-key, :oauth-token, :bearer, :headers.
We need to add integration tests for :oauth-token, :bearer, :headers.
The authentication schema and helpers currently supports 5 authentication types:
:basic-auth,:api-key,:oauth-token,:bearer,:headers.We need to add integration tests for
:oauth-token,:bearer,:headers.