-
Notifications
You must be signed in to change notification settings - Fork 34
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
/token: don't send client_id in body #71
Comments
Hi @bbigras , I think #72 fixes this and also your other issue (#70). If a If that works for you, I will close this ticket and release a new version of this package. |
Is there an easy way for me to use your github repo in package.json? I tried this: "dependencies": {
"@badgateway/oauth2-client": "badgateway/oauth2-client", but I got:
I think I had to run |
It seems to work. Thanks! |
see:
HeroicKatora/oxide-auth#145
basically it seems that you should only use
authorization: Basic
The text was updated successfully, but these errors were encountered: