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

investigate auth_secret #207

Closed
edublancas opened this issue Apr 26, 2024 · 4 comments
Closed

investigate auth_secret #207

edublancas opened this issue Apr 26, 2024 · 4 comments
Assignees
Labels
stash Label used to categorize issues that will be worked on next

Comments

@edublancas
Copy link
Contributor

see this: #205 (comment)

@edublancas edublancas added the stash Label used to categorize issues that will be worked on next label Apr 26, 2024
@edublancas
Copy link
Contributor Author

I did some research, I think AUTH_SECRET is used to verify the session IDs. I deployed, logged in, then deployed again (but changed AUTH_SECRET) and the app still worked but it logged me out

I'll update the docs but spent a few minutes doing some research to see if I missed anything

@bryannho
Copy link
Contributor

@edublancas I deep dived into the auth0 docs to find a real definition of AUTH_SECRET - they don't seem to define it anywhere. I think it makes sense that it verifies the session IDs / it's a unique identifier in the case you want to redeploy the application (since the other credentials can't change).

Is there a specific set of docs/reference you used to create the login flow? Knowing that might help me find a more concrete answer

@bryannho
Copy link
Contributor

@edublancas I can update the docs if you haven't yet

@edublancas
Copy link
Contributor Author

yeah I didn't find anything clear as well. but based on my experiments, seems like it's used to sign session tokens

no worries, we can close this now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stash Label used to categorize issues that will be worked on next
Projects
None yet
Development

No branches or pull requests

2 participants