From 2affe5d3beecc83b26320a12e35afeb5d52ed37c Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 11 Apr 2022 09:52:06 +0200 Subject: [PATCH] Add authorization --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f455227..2c1c4b0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ - [Algorithm and data structures](#algorithm-and-data-structures) - [API design & development](#api-design--development) - [Attitude, habits, mindset](#attitude-habits-mindset) + - [Authentication/authorization](#authenticationauthorization) - [Automation](#automation) - [Biases](#biases) - [Cache](#cache) @@ -316,6 +317,10 @@ Dan Heller, Building a Career in Software > I had learned already never to empty the well of my writing, but always to stop when there was still something there in the deep part of the well, and let it refill at night from the springs that fed it. -- Ernest Hemingway +## Authentication/authorization + +- [Authorization in a microservices world](https://www.alexanderlolis.com/authorization-in-a-microservices-world) + ### Automation - [Automation Should Be Like Iron Man, Not Ultron](http://queue.acm.org/detail.cfm?id=2841313)