mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
be0cc72473
* [CI] Add goconst linter * Implement goconst recommendations * Rename defaultPolicy to denyPolicy * Change order for test constants Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
9 lines
180 B
Go
9 lines
180 B
Go
package session
|
|
|
|
const userSessionStorerKey = "UserSession"
|
|
|
|
const testDomain = "example.com"
|
|
const testExpiration = "40"
|
|
const testName = "my_session"
|
|
const testUsername = "john"
|