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 27 spring-boot-spring-security-jwt-authentication issues
Sort by recently updated
recently updated
newest added

This change fixes the jakarta.persistence.TransactionRequiredException error when adding new users Error description: No EntityManager with actual transaction available for current thread - cannot reliably process 'persist' call

Hi after implementing the spring security with jwt token it is working as expected with known API urls but when I hit with unknown URL, get 401 authorized error and...

2023-06-13T15:35:30.978+05:30 INFO 27060 --- [on(5)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested. 2023-06-13T15:35:31.139+05:30 INFO 27060 --- [on(5)-127.0.0.1] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2023-06-13T15:35:31.152+05:30 WARN 27060 --- [on(5)-127.0.0.1] o.a.c.loader.WebappClassLoaderBase : The web application...

https://github.com/bezkoder/spring-boot-spring-security-jwt-authentication/pull/5 [| Hendi Santika | Upgraded into Spring Boot 3.0.5 version](https://github.com/bezkoder/spring-boot-spring-security-jwt-authentication/commit/623e59e6a5f1dd0d41cc3146234c92e3a88eb699) [✏️](https://github.com/bezkoder/spring-boot-spring-security-jwt-authentication/commit/623e59e6a5f1dd0d41cc3146234c92e3a88eb699)[📗](https://github.com/bezkoder/spring-boot-spring-security-jwt-authentication/commit/623e59e6a5f1dd0d41cc3146234c92e3a88eb699):octocat:[⬆](https://github.com/bezkoder/spring-boot-spring-security-jwt-authentication/commit/623e59e6a5f1dd0d41cc3146234c92e3a88eb699)

Hi, I loved article at https://www.bezkoder.com/spring-boot-jwt-authentication/ I did few changes 1. Added "/error" in to permit all, so that it can keep returning default json format response for access denied...

Upgrade into Spring Boot 3.x.x version

Hi sir, on the WebSecurityConfig java file, the AuthTokenFilter constructor is missing two parameters, jwt utils and user details service. Can you please assign this issue to me so that...

![db-h2-3](https://github.com/bezkoder/spring-boot-spring-security-jwt-authentication/assets/5439093/7361f33f-7add-417c-942f-41669456e949)

![db-h2-2](https://github.com/bezkoder/spring-boot-spring-security-jwt-authentication/assets/5439093/77228cd8-a760-4f4b-924b-d08488e9bb8b)