Closed zeekrs closed 1 year ago
@seriouszyx @ComradeProgrammer @Resulte
@zeekrs use latest Casdoor version
the version 1.16.1 dos not the latest? and i can't find the 1.9.1 starter version on maven central
@zeekrs I mean latest "Casdoor" version, latest is v1.383.0: https://github.com/casdoor/casdoor/releases/tag/v1.383.0
Not this Java SDK or Spring Starter
ok i will try it , now i use the latest docker image , it maybe not new
thx
sorry , i'm upgrade the casdoor version to , The problem still exists. i view the casdoor code on master branch. token_jwt.go line 226 function generateJwtToken i think it never put a key of access_token in the claims (i'm not a gopher) why the java-sdk will get a access_token in claims ? dos this a bug or some wrong with myself , I have no idea
I encountered the same problem. This variable claimsSet in parseJwtToken(String token) method is parsed userjson,but not the accessToken. in v1.15.0 readValue from payloadJson.toString()
Is there any issue with my jwttoken ? i'm upgrade the spring-starter version to 1.9.0 and the sdk version is 1.16.1
parse the jwttoken it has 60 size claims but haven't access_token
54 #53