Skip to content

Commit b876f56

Browse files
committed
Ignore issuer validation
1 parent 0dbf7f5 commit b876f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/modules/global/jwt.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class JwtService implements OnModuleInit {
9898

9999
// Verify options
100100
const verifyOptions: VerifyOptions = {
101-
issuer: AuthConfig.jwt.issuer,
101+
//issuer: AuthConfig.jwt.issuer,
102102
//audience: AuthConfig.jwt.audience,
103103
clockTolerance: AuthConfig.jwt.clockTolerance,
104104
ignoreExpiration: AuthConfig.jwt.ignoreExpiration,

0 commit comments

Comments
 (0)