mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
mes jwt-token补充iss
This commit is contained in:
+1
@@ -361,6 +361,7 @@ public class AdminAuthServiceImpl implements AdminAuthService {
|
||||
.claim("companyId", loginUser.getOrganId())
|
||||
.claim("role","")
|
||||
.claim(Claims.AUDIENCE, aud)
|
||||
.claim(Claims.ISSUER, aud)
|
||||
.claim(Claims.NOT_BEFORE, nbf)
|
||||
.claim(Claims.EXPIRATION, exp)
|
||||
.signWith(secretKey, signatureAlgorithm)
|
||||
|
||||
Reference in New Issue
Block a user