JWT token
Problem with creating or validating jwt token
dont understand what i did wrong .-.
exception: io.jsonwebtoken.security.SignatureException: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted.
log: 2023-12-21T12:01:52.496Z ERROR 11216 --- [nio-8080-exec-5] c.example.demo.security.jwt.JwtService : Can not extract all claims from given token. Token:eyJhbGciOiJIUzI1NiJ9.e30.GVi6C4-JsIkKKbOoZx8b6qobkPfkY5MSpHAYS82c6yM
dont understand what i did wrong .-.
exception: io.jsonwebtoken.security.SignatureException: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted.
log: 2023-12-21T12:01:52.496Z ERROR 11216 --- [nio-8080-exec-5] c.example.demo.security.jwt.JwtService : Can not extract all claims from given token. Token:eyJhbGciOiJIUzI1NiJ9.e30.GVi6C4-JsIkKKbOoZx8b6qobkPfkY5MSpHAYS82c6yM



