ChristianHuff-DEV / secure-spring-rest-api-using-keycloak

MIT License
1 stars 0 forks source link

Methods are now deprecated #1

Closed cdecinkoKnight closed 1 week ago

cdecinkoKnight commented 3 weeks ago

This solution is no longer valid for Spring Security 6.1+. Is there an updated version?

ChristianHuff-DEV commented 3 weeks ago

Thanks for letting me know.

I created a branch (https://github.com/ChristianHuff-DEV/secure-spring-rest-api-using-keycloak/tree/update-spring) that updates Spring Boot and replaces the deprecate methods. Feel free to give it a try and let me know if it works.

cdecinkoKnight commented 1 week ago

Sorry, forgot to let you know, this looks to be working. Thank you