-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth 2.0 : Can't provide none user data to callback #60
Comments
Thanks for reporting! Totally off-topic: Is there a special reason why you call the Array methods that verbosely? Also if you have error messages related to the Actual behavior please add them, to help search engines find this issue. |
I'm using I'm waiting for acknowledgement from the creator or other cause I want to be sure before adding this behavior and I don't know how to add this behavior without breaking current behaviors ... Because I want to implement it the way we can use
|
@axellebot +1, fwiw I think this is a great feature to add. (I'm also using this strategy solely for |
Hey !
According to OAuth2.0 RFC we can use "access token" to authenticate a client with
grant_type="client_credentials"
But
passport-http-bearer
is only compatible with user authentication.Expected behavior
Actual behavior
null
Exemple
The text was updated successfully, but these errors were encountered: