implement jwt claims
This commit is contained in:
@@ -16,6 +16,7 @@ type User struct {
|
||||
CipherKeys UserCipherKeys
|
||||
Interface UserInterface
|
||||
Renew bool
|
||||
RefreshToken string
|
||||
}
|
||||
|
||||
func (u *User) DecipherMask(setVals []uint64, passcodeLen int) ([]uint64, error) {
|
||||
|
||||
Reference in New Issue
Block a user