Implement a stronger, reusable session timeout

This commit is contained in:
2025-04-16 10:32:34 +01:00
parent f7e9fe7794
commit 7f91771166
4 changed files with 61 additions and 13 deletions

5
constants/session.go Normal file
View File

@@ -0,0 +1,5 @@
package constants
import "time"
const SessionDuration = 30 * time.Minute