How to secure your REST API with Java Spring Security

Here is the best article I read on how to secure REST API and even make a full stateless architecture by using JWT token to store all user details.

Great, great, great work by Jerome Loisel from Octo Technologies.

https://octoperf.com/blog/2018/03/08/securing-rest-api-spring-security/

Enjoy the simplicity of this article. Jerome succeded to make something complex understandable.