Update slides

This commit is contained in:
JasterV 2025-06-15 18:08:30 +02:00
parent cb65477edb
commit 6ec101197f
2 changed files with 3 additions and 7 deletions

View file

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

View file

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