Tag: real-coding

GDPR forget-me app (Part 1): Requirements

October 26, 2019 · 6 min read
In preparation for the enforcement of GDPR which becomes final on the 25th of May 2018, I’m creating a simple, open source forget-me app for craftingjava.com in compliance with Art. 17 GDPR (‘right to be forgotten’).

GDPR forget-me app (Part 3): Conditional configuration with Spring Boot 2

October 26, 2019 · 5 min read
In the previous part I explained one of the messages flows in detail from the point of view of implementing in- and outbound messaging with Spring Integration’s AMQP support.

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.
← Prev
Page 2 of 3
Next →