spring-projects / spring-security-samples

1.46k stars 711 forks source link

Fix deprecated methods #146

Closed delvering17 closed 1 year ago

delvering17 commented 1 year ago

I found deprecated methods and fixed them For example, http.authorizeRequests(), http.formLogin() and User.withDefaultPasswordEncoder()

delvering17 commented 1 year ago

I'll close this PR by discovering the same from another PR.