Stack of changes to get gin, scs, nosurf running.
This commit is contained in:
8
internal/platform/sessionkeys/keys.go
Normal file
8
internal/platform/sessionkeys/keys.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package sessionkeys
|
||||
|
||||
//ToDo: Is this just putting in "user_id" rather than the users ID?
|
||||
const (
|
||||
UserID = "user_id"
|
||||
LastActivity = "last_activity"
|
||||
Flash = "flash"
|
||||
)
|
||||
Reference in New Issue
Block a user