DEV Community

Jean Claude Van Debug
Jean Claude Van Debug

Posted on

Spring boot simple authentication and authorization (no spring security)

I have recently developed a simple authorization and authentication library as an alternative to Spring Security that I will use for my side projects when I don't want to deal with Spring Security.

The plan I had in mind is to make it open source and publish it on maven central but it turned out I'm too lazy for that :)

If this post gets some attention and I see that people are interested then I might get some motivation to actually do it.

If you're interested, check out the docs page to see how it works:
https://melodic-liger-730146.netlify.app/getting-started/configuration.html

You can ignore the installation guide, because it's NOT actually published anywhere.

Here is a github repo: https://github.com/NerminKarapandzic/fsecurity

Feel free to give suggestions, feedback, create pr's and also leave a star :)

Top comments (0)