mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
8 lines
276 B
Go
8 lines
276 B
Go
package storage
|
|
|
|
var preferencesTableName = "Preferences"
|
|
var identityVerificationTokensTableName = "IdentityVerificationTokens"
|
|
var totpSecretsTableName = "TOTPSecrets"
|
|
var u2fDeviceHandlesTableName = "U2FDeviceHandles"
|
|
var authenticationLogsTableName = "AuthenticationLogs"
|