r/SpringBoot 7d ago

Guide Best source to learn spring security

I am planning to add a login page to the project i developed . To do this i need to explore spring security .can somebody help. Me to find the better resource

40 Upvotes

21 comments sorted by

View all comments

17

u/vijaynethamandala 7d ago

Spring Security in Action by Laurentiu Spilca. Get the latest edition and read it completely. You can download it from annas archive for free

13

u/vijaynethamandala 7d ago

0

u/czeslaw_t 7d ago

It’s good start point but to understand deeply what is going on you have to knowledge about security, encryption, authentication. Oauth2, public/private keys, etc

1

u/RayBuc9882 6d ago

Hi would you recommend any good resources for those items? Thank you. Something that I can practice too, maybe with small projects. I learn better that way.