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

Remember me functionality without tokens #349

Closed
gaurishhs opened this issue May 6, 2023 · 1 comment
Closed

Remember me functionality without tokens #349

gaurishhs opened this issue May 6, 2023 · 1 comment

Comments

@gaurishhs
Copy link

Hi! I am migrating from next-auth which is a javascript library for authentication in frontend applications, I'm porting my backend to Golang and utilizing authboss for the authentication. In next-auth JWT based system was used and JWT cookie had an expiration of 30 days. Is it possible that i use authboss-clientstate and set the max age to 30 days for the remember me functionality without actually storing any tokens?

@gaurishhs
Copy link
Author

gaurishhs commented May 6, 2023

Or do i use the Expire module.. I basically want to implement remember me without actually storing any tokens..
Also, Are there any security risks if i do so

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