Skip to content
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

Generated token does not end up in the database #2

Open
picdunkin opened this issue Aug 24, 2021 · 0 comments
Open

Generated token does not end up in the database #2

picdunkin opened this issue Aug 24, 2021 · 0 comments

Comments

@picdunkin
Copy link

On login, I generated an access token, which i tried to use to access an action I called api/test. Yet 401 error had been issued and I had no idea why. I compared the access token to available tokens in the api_auth_tokens table and no matches were found. I use seamlessLogin=1.
So my question is - should a generated token (access and refresh tokens) be recorded to the api_auth_tokens table?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant