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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: