Add authorization

This commit is contained in:
Charles-Axel Dein 2022-04-11 09:52:06 +02:00
parent 730115a6ae
commit 2affe5d3be
No known key found for this signature in database
GPG Key ID: 64C00027F3375D70
1 changed files with 5 additions and 0 deletions

View File

@ -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)