-
Notifications
You must be signed in to change notification settings - Fork 57
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
Undefined access token #102
Comments
Also worth noting that no errors are thrown whatsoever. Everything seems to be working fine, except the access token comes back as undefined. |
Following an answer in Gitter: mmorandini @mmorandini 14:37
Andrew Koltyakov @koltyakov 14:53
We may also add a fast fail check to the auth strategy for future, yet I have no outdated add-in to check at the moment. |
Hi @koltyakov thanks for your help. I guess that would help should anyone have the same issue in future. Should I close the issue anyway? |
When calling the getAuth() method in my integration (which has always worked until today), the headers object has
Bearer undefined
as value for theAuthorization
key.As I said, the integration has always worked until today, which leaves me very confused.
The text was updated successfully, but these errors were encountered: