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 Dec 3, 2021. It is now read-only.
In OauthReceiver, I need to change hard-coded grant_type: 'authorization_code' to grant_type: 'client_credentials'. What is the best way to accomplish this?
The text was updated successfully, but these errors were encountered:
Hi,
Sorry for the long silence. As I've already mentioned to others the modest popularity of this module made me realize that all OAuth implementations doesn't work the same, I was naive in thinking there was a standardized way.
But I still figuring out how to rewrite this lib to provide som sensible defaults together with the ability to customize all settings.
I'll get back to you when I've figured out a new api. And don't hesitate to reach out if you have any ideas.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In OauthReceiver, I need to change hard-coded grant_type: 'authorization_code' to grant_type: 'client_credentials'. What is the best way to accomplish this?
The text was updated successfully, but these errors were encountered: