Tag: spring-security

User management microservice (Part 5): Authentication with JWT tokens and Spring Security

August 10, 2020 · 9 min read
So far the business logic, data access layer and the front controllers had been build, however enforcing authentication was completely missing.

User management microservice (Part 6): Remember me authentication with persistent JWT tokens

August 10, 2020 · 11 min read
Last time I added username and password based authentication with using Spring Security.