We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e2d8a commit 8e05eaaCopy full SHA for 8e05eaa
pkg/jwt/jwt.go
@@ -24,7 +24,7 @@ func (wrap *JWTWrapper) GenerateJWT(attribute string, quantity time.Duration) (t
24
Attribute: attribute,
25
StandardClaims: jwt.StandardClaims{
26
ExpiresAt: expirationTime.Unix(),
27
- Issuer: "Sam Sepiol",
+ Issuer: "Edmartt",
28
},
29
}
30
token := jwt.NewWithClaims(jwt.SigningMethodHS256, claims)
0 commit comments