Note: I used AI to polish the wording of this post, but the question and intent are mine.
I've been learning Spring Boot for a while and now I want to start with Spring Security. There are so many tutorials (JWT, OAuth2, sessions, roles, filters, etc.) that I'm not sure what's the right order to learn things.
For those of you who've already been through it:
-
What are the do's and don'ts when learning Spring Security?
-
What concepts should I understand first before jumping into JWT and OAuth2?
-
Any common mistakes beginners make that I should avoid?
-
Are there any projects that helped everything finally "click" for you?
I'm looking for advice based on real experience rather than just another YouTube playlist.
Thanks!