Skip to content

Commit 8e05eaa

Browse files
committed
chore: updates issuer
1 parent d8e2d8a commit 8e05eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/jwt/jwt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (wrap *JWTWrapper) GenerateJWT(attribute string, quantity time.Duration) (t
2424
Attribute: attribute,
2525
StandardClaims: jwt.StandardClaims{
2626
ExpiresAt: expirationTime.Unix(),
27-
Issuer: "Sam Sepiol",
27+
Issuer: "Edmartt",
2828
},
2929
}
3030
token := jwt.NewWithClaims(jwt.SigningMethodHS256, claims)

0 commit comments

Comments
 (0)