wip: jwt
This commit is contained in:
9
internal/model/enum/twoFactor.go
Normal file
9
internal/model/enum/twoFactor.go
Normal file
@ -0,0 +1,9 @@
|
||||
package enum
|
||||
|
||||
type TwoFactor string
|
||||
|
||||
const (
|
||||
TwoFactorEmail TwoFactor = "email"
|
||||
TwoFactorSMS TwoFactor = "sms"
|
||||
TwoFactorGoogle TwoFactor = "google" // 2fa with google authenticator
|
||||
)
|
Reference in New Issue
Block a user