spring-guides / tut-spring-boot-oauth2

Spring Boot and OAuth2:: A tutorial on "social" login and single sign on with Facebook and Github
https://spring.io/guides/tutorials/spring-boot-oauth2/
906 stars 747 forks source link

Can you please update the security tutorial? #144

Open Parelux opened 1 year ago

Parelux commented 1 year ago

The tutorial uses WebSecurityConfigurerAdapter, which is deprecated and no longer used...

Parelux commented 1 year ago

Also the use of antMatchers() is no longer possible, I had to use requestMatchers()

ghost commented 3 months ago

Why do they just give up on some guides? There hasn't been a commit in 3 years yet other guides get updated daily

Buzzardo commented 3 months ago

We found that we had trouble maintaining the tutorials. In the near future, we're going to move the tutorials to a more blog-like experience. We are still working out the exact details. Sorry about the frustration.