Microservices make it easy to reuse logic across applications. You can easily share the logic between applications by sharing the full microservice. But there’s a…
Tag: authentication
Authorization is a cross-cutting concern*. By carving out the pieces each component needs to know, we minimize dependencies, maximize code-reuse, and make the system easy…
Web applications oftentimes require a user to be authenticated to access (part of) their application. For example a webshop may require a user to be…
How do microservices know who’s logged in? mu.semte.ch makes the assumption that microservices can work together automatically if they use the same semantic model. Microservices…