Posts tagged with Microservices

Featured image for "Securing Spring boot applications with JWT"
Java

Securing Spring boot applications with JWT

JWT is a popular type of token. In this tutorial I'll show you how to integrate a JWT authentication mechanism with Spring, and within a microservice oriented architecture.

Read more →
Featured image for "Configuration as a microservice"
Java

Configuration as a microservice

Decentralized configuration on the filesystem has its flawed. But what if you could provide configuration as a microservice with Git?

Read more →