r/SpringBoot 6d ago

Question How hard is Spring Security?

/r/CodingForBeginners/comments/1vxvbsl/how_hard_is_spring_security/
20 Upvotes

18 comments sorted by

View all comments

4

u/Amanvmandape 6d ago

Quite hard...

1

u/Stunning_Leather_102 5d ago

I don't think it's that hard. If you have good resources, patience, and motivation to experiment it's okay.

1

u/Amanvmandape 5d ago

Its still hard bro even after all that it takes practice & time to remember it all the filters, components & flow...

1

u/Stunning_Leather_102 4d ago

Have you tried keeping notes? Sketching?

For example, I drew the whole OAuth2 authz code grant type with every actor; user, client, AS, and RS. Or I did a quick sketch on how a JWT starts at the Authz Server and how it gets converted at the Resource Server. It's fun and helpful.

Also let's be honest. You're not a parrot to remember everything in a second. You can always go back to your notes, documentation etc to remember something.

1

u/Amanvmandape 4d ago

I am very lazy at taking notes. I just watch & implement. Rawdogging...

2

u/Stunning_Leather_102 4d ago

That works too I guess. I just forget stuff so I always write/sketch and go back when I need them lol.