spring-boot-spring-security-jwt-authentication icon indicating copy to clipboard operation
spring-boot-spring-security-jwt-authentication copied to clipboard

Spring Boot + Security: Token Based Authentication example with JWT, Authorization, Spring Data & MySQL

Results 25 spring-boot-spring-security-jwt-authentication issues
Sort by recently updated
recently updated
newest added

- Lombok integrated & adapted - Docker & docker-compose added - Clean up

Spring security has had full JWT-support since 2017. Writing a custom security solution with some sort of custom security filter is bad practice. Thats why there are security standards, to...

Hi May I ask what is the use of SecurityContextHolder.getContext().setAuthentication(authentication); in the AuthController? I thought JWT was session-less and stateless. Thank you

com.bezkoder.springjwt.controllers.AuthController.lambda$1(AuthController.java:99)

What type of license would this tutorial fall under?

javax.validation.constraints doesn't supports now. You need to add spring-boot-starter-validation dependency.

When trying to create users following the example in the docs I get 401 on posting to /api/auth/signup