Good evening, I have a problem with spring securit...
# questions
a
Good evening, I have a problem with spring security rest grails, the generated tokens cannot be decoded to obtain the token expiration date. I am using vuejs in the frontend and the JOSE library, the closest I have come to the solution is where I get the error:
Copy code
Error---> Only JWTs using Compact JWS serialization can be decoded
Does anyone know how I could put the generated JWT token into the compact format?