sergiodxa / remix-auth-oauth2

A OAuth2Strategy for Remix Auth
https://sergiodxa.github.io/remix-auth-oauth2/
MIT License
154 stars 57 forks source link

Support Basic authentication header #35

Closed omlie closed 1 year ago

omlie commented 1 year ago

As per the OAuth 2.0 Standard Section 2.3.1:

The authorization server MUST support the HTTP Basic authentication scheme for authenticating clients that were issued a client password.

As far as I can tell, this is not supported in the OAuth 2.0 Strategy.

I can create a PR for you to look at!

svengau commented 1 year ago

Do you know when this PR will be merged ? thx

omlie commented 1 year ago

Does @sergiodxa have a minute to take a look at it?