mirror of
https://codeberg.org/JasterV/grpc-slides.git
synced 2026-04-26 18:40:03 +00:00
Update slides
This commit is contained in:
parent
cb65477edb
commit
6ec101197f
2 changed files with 3 additions and 7 deletions
|
|
@ -608,16 +608,11 @@ Timeout -> SSRHL -> Tracing -> SSRHL -> Auth -> Starsky service
|
|||
## Building a layered service
|
||||
|
||||
<img alt="tower" src="assets/images/layers-diagram.svg" style="max-width: 35%;" />
|
||||
---
|
||||
|
||||
Now let's dive into real middleware implementations
|
||||
|
||||
---
|
||||
## Authentication middleware
|
||||
## Authorization middleware
|
||||
|
||||
Let's build one with Tower.
|
||||
|
||||
We'll implement Auth0 M2M authentication.
|
||||
Auth0 M2M authorization
|
||||
|
||||
---
|
||||
## Authentication service
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@ revealjs:
|
|||
history: true
|
||||
slideNumber: c/t
|
||||
jumpToSlide: true
|
||||
transition: fade
|
||||
height: 1080
|
||||
width: 1920
|
||||
|
|
|
|||
Loading…
Reference in a new issue