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
when integrated this lib to project as stated in docs, which is pretty straight-forward, the lib generates token, which seems valid, and the lib seems to work flawlessly, but when verifying that code by auth0 lib, the Auth0 returns 401, saying that the code is invalid. After investigation with Auth0 support, we found out, that the problem is in this lib.
To be honest, I'm not especially familiar Auth0 API, and currently I don't have time to study it and debug it, so I could create PR, so at to prevent possible future repetitions of our situation.
Well, this lib is convenient to use, but in order to make our product work, we had to stick with the version from Auth0 official docs.
The text was updated successfully, but these errors were encountered:
Do you know any more details about what's wrong with the token? Are you essentially unable to auth with the library and your current Auth0 tenancy settings?
Right now my development machine is out of action, I might not be able to look into the problem immediately. However if you are able to write a pull request, it would definitely be welcome
sorry for late response. For project on which I encountered that bug, I was working only on front-end, and validation of token using auth0 API was on BE, to which I don't have access but my coworker @simonSlamka does. I already asked him to share more info on that, so he'll probably comment on this issue.
From my side auth went smoothly, and even session renewal worked, but whenever there was call to some Auth0 endpoint with token from this lib, we got 401 (Simon will specify more exactly).
When I replaced your lib with template from Auth0 docs, the API no longer evaluated token as invalid.
Hello,
when integrated this lib to project as stated in docs, which is pretty straight-forward, the lib generates token, which seems valid, and the lib seems to work flawlessly, but when verifying that code by auth0 lib, the Auth0 returns 401, saying that the code is invalid. After investigation with Auth0 support, we found out, that the problem is in this lib.
To be honest, I'm not especially familiar Auth0 API, and currently I don't have time to study it and debug it, so I could create PR, so at to prevent possible future repetitions of our situation.
Well, this lib is convenient to use, but in order to make our product work, we had to stick with the version from Auth0 official docs.
The text was updated successfully, but these errors were encountered: