Remind Me option is not working #327
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#327
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug:
When logging in and checking the "Remind Me" box the session is not persisted and after every browser restart a re-login is necessary.
To Reproduce:
Run VoidAuth using Docker Compose and the SQLite DB adapter. Setup a user account with MFA and login using that account. After restarting the browser (FireFox) and either directly navigating to the VoidAuth admin panel or any OIDC app, a login prompt is shown.
Expected behavior:
The session should be persisted and no login prompt should be shown on the same device.
Database Driver:
SQLite
Additional context:
When checking the web storage using the browser debugging tools, numerous "x-voidauth-resume" cookies are visible each with an expiration period of 1h.
I can confirm, when using MFA to sign in the 'Remember Me' option from the login page is not applied. I will work on a fix for this.
This should be fixed in v1.10.0
Can confirm, after updating everything works as expected. Thank you for the quick fix and the great project :)