A repo with learning purposes of walking into Spring Security development.
An implementation with JWT (JSON Web Token) is also developed on top of this present here at
master
, an lives side-by-side at a different branch denominated jwt-ready.
- Java 11, with Maven project;
- Spring: web, security;
- Simple API building;
- Securing it with standard Spring Security options
and, possibly,JWT implementation on top of it.
If you want to contact me you can reach me at @higuetari.
This project uses the following license: LICENSE.
- Initial thanks to AmigosCode to propose this tutorial;