feat(jwt): add step to jwt payload for tfa flow
This commit is contained in:
parent
340bbe1882
commit
d2f7826eb3
1
jwt.go
1
jwt.go
@ -40,6 +40,7 @@ type JWT struct {
|
|||||||
Type string `json:"t"`
|
Type string `json:"t"`
|
||||||
SessionId string `json:"si,omitempty"`
|
SessionId string `json:"si,omitempty"`
|
||||||
AuthorizationInfo string `json:"ai,omitempty"`
|
AuthorizationInfo string `json:"ai,omitempty"`
|
||||||
|
Step string `json:"step,omitempty"`
|
||||||
jwt.RegisteredClaims
|
jwt.RegisteredClaims
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user