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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
The API currently supports HTTP Basic with username/token. Using HTTP Basic is a non-standard way of providing the OAuth token. The username for HTTP Basic is not used and is additional unnecessary information that must be provided. Instead, support for Bearer tokens should be provided.
The text was updated successfully, but these errors were encountered:
FWIW...you should be able to do this by adding BearerTokenAuthenticationFilter to the HttpSecurity and injecting the existing GitHubAuthenticationManager into it.
The API currently supports HTTP Basic with username/token. Using HTTP Basic is a non-standard way of providing the OAuth token. The username for HTTP Basic is not used and is additional unnecessary information that must be provided. Instead, support for Bearer tokens should be provided.
The text was updated successfully, but these errors were encountered: