feat: add mfa session to secure otp login
This commit is contained in:
@@ -5,4 +5,6 @@ const (
|
||||
AppCookieName = "cookie"
|
||||
// AdminCookieName is the name of the cookie that is used to store the admin token
|
||||
AdminCookieName = "authorizer-admin"
|
||||
|
||||
MfaCookieName = "mfa"
|
||||
)
|
||||
|
Reference in New Issue
Block a user