java-spring-security-example icon indicating copy to clipboard operation
java-spring-security-example copied to clipboard

Spring Security Sample Project

Results 4 java-spring-security-example issues
Sort by recently updated
recently updated
newest added

i'm not sure weather you are facing it or not but i have to prefix role name with "ROLE_" in Role class otherwise getting access denied. it was not able...

Spring security 5 has full support for JWT tokens so there is no need to write a custom JWT filter. [https://docs.spring.io/spring-security/site/docs/current/reference/html5/#oauth2resourceserver-jwt-architecture](https://docs.spring.io/spring-security/site/docs/current/reference/html5/#oauth2resourceserver-jwt-architecture) I would even go as far to say that...

. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _`...

Hello! I found your Jwt implementation interesting and decided to test it on my own. I have a question though... When I try to register a user there is no...