Remind Me option is not working #327

Closed
opened 2026-03-08 12:28:16 -05:00 by liqki · 3 comments
liqki commented 2026-03-08 12:28:16 -05:00 (Migrated from github.com)

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.

### 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.
notquitenothing commented 2026-03-08 20:10:06 -05:00 (Migrated from github.com)

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.

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.
notquitenothing commented 2026-03-14 21:04:59 -05:00 (Migrated from github.com)

This should be fixed in v1.10.0

This should be fixed in [v1.10.0](https://github.com/voidauth/voidauth/releases/tag/v1.10.0)
liqki commented 2026-03-15 03:36:17 -05:00 (Migrated from github.com)

Can confirm, after updating everything works as expected. Thank you for the quick fix and the great project :)

Can confirm, after updating everything works as expected. Thank you for the quick fix and the great project :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
adam/gate#327
No description provided.