solve PR issues

This commit is contained in:
Livio Amstutz 2020-10-15 15:23:33 +02:00
parent 5cc884766e
commit 736d6902d9
3 changed files with 65 additions and 5 deletions

View file

@ -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
}