spring-projects / spring-security-samples

1.45k stars 706 forks source link

Fix deprecated methods #146

Closed delvering17 closed 12 months ago

delvering17 commented 1 year ago

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

delvering17 commented 12 months ago

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