bezkoder/spring-boot-refresh-token-jwt

Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x

donhuvy opened this issue · 3 comments

Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x

public class WebSecurityConfig extends WebSecurityConfigurerAdapter {

cannot work with Spring Boot 3.0.0 . See https://stackoverflow.com/questions/74667235/spring-security-6-when-upgrade-to-spring-boot-3-org-springframework-security-a

and

https://stackoverflow.com/questions/74666596/how-to-fix-error-of-websecurityconfigureradapter-when-upgrade-to-spring-boot-3-0

Thank you very much!

Hi Vy, please update latest commit in which, WebSecurityConfigurerAdapter is not used.

20c3567#diff-276245e39351786175bf81208d9ea7709fd3c84798d8a707d37820002a085734

I send you a pull request #3