solve PR issues
This commit is contained in:
parent
5cc884766e
commit
736d6902d9
3 changed files with 65 additions and 5 deletions
|
@ -43,7 +43,7 @@ type JWTTokenRequest struct {
|
|||
ExpiresAt Time `json:"exp"`
|
||||
}
|
||||
|
||||
//GetSubject implements the Claims interface
|
||||
//GetIssuer implements the Claims interface
|
||||
func (j *JWTTokenRequest) GetIssuer() string {
|
||||
return j.Issuer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue