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)