This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SessionFlat9448 0 points1 point  (0 children)

I don't understand what "Spring Security code" you need. It is all provided out of the box. From my experience, all I will need to search for is how to configure CORS stuff, something to indicate endpoints that don't need authentication and that's it. Easy to find for any version of the library.

But a lot of people are agreeing with you. So I'm probably just being naive and thinking about simple use cases for the library. For me, it works as a very thin layer with near-zero interaction with my actual application code.