do you reproduce everything yourself step by step or clone the repository (https://github.com/8base/auth0-login-examples)? I’m asking because your example uses hooks, and repositories with class components.
If you reproduce everything by yourself - Could you upload your project to https://codesandbox.io/ or https://github.com/ and share it with me? So that I can figure out in detail what could be wrong.
The auth variable that is imported from utils/auth.js is only used in the hosted login example. It works fine when I clone that repo. However, I realized that when refreshing the callback page that I can replicate the Invalid token specified error. It seems like the error is caused if you are on the page that calls the auth.getAuthorizedData() without coming from the redirectUri…
Is it possible to store a token in the backend through 8Base with something like sessions? -
can you create a separate request in the community with a description of the problem, please?
quick answer - you can look at a filter of this kind