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
|
## Building a layered service
|
||||||
|
|
||||||
<img alt="tower" src="assets/images/layers-diagram.svg" style="max-width: 35%;" />
|
<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.
|
Auth0 M2M authorization
|
||||||
|
|
||||||
We'll implement Auth0 M2M authentication.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
## Authentication service
|
## Authentication service
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,6 @@ revealjs:
|
||||||
history: true
|
history: true
|
||||||
slideNumber: c/t
|
slideNumber: c/t
|
||||||
jumpToSlide: true
|
jumpToSlide: true
|
||||||
|
transition: fade
|
||||||
height: 1080
|
height: 1080
|
||||||
width: 1920
|
width: 1920
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue