jwt-security-example
jwt-security-example copied to clipboard
Spring Boot with Spring Security using JWT
Need to logout or invalidate JWT ,Is there any suggestion
Hi, Getting this error when calling /rest/hello No AuthenticationProvided found for model.JwtAuthenticationToken Path: /rest/hello
Hi, I'm using this service. Not using common API endpoint in my app. Then how to remove authentication for two APIs? How to avoid two APIs from JwtAuthenticationTokenFilter.
Using the same code and getting exception "Signed Claims JWSs are not supported". While parsing the token (parseClaimsJwt(token)) in file JwtValidator.java
I have added @PreAuthorize("hasAnyRole('USER')") in HelloController. Even now if i create token with any user role, still hello controller is returning the result.
Hi, First of all, nice work with this tutorial !!! Now, the issue... i am getting the next error on JwtSecurityConfig... the code is the same as yours. https://k50.kn3.net/D/C/B/4/0/4/9B6.png I...