From ad9f0fe81970d92b1630310273300f3d53b85d6b Mon Sep 17 00:00:00 2001 From: Emin Martinian Date: Thu, 15 May 2025 21:48:36 -0400 Subject: [PATCH] fix typo in Alice acting for Bob --- docs/index.html | 6 +++--- docs/slides.html | 6 +++--- docs/slides.org | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.html b/docs/index.html index b3bc1a3..4e98ec8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2682,7 +2682,7 @@

Example Use Case: Proxy

@@ -2693,7 +2693,7 @@

Example Use Case: Proxy

@@ -2720,7 +2720,7 @@

Example Use Case: Proxy

diff --git a/docs/slides.html b/docs/slides.html index b3bc1a3..4e98ec8 100644 --- a/docs/slides.html +++ b/docs/slides.html @@ -2682,7 +2682,7 @@

Example Use Case: Proxy

@@ -2693,7 +2693,7 @@

Example Use Case: Proxy

@@ -2720,7 +2720,7 @@

Example Use Case: Proxy

diff --git a/docs/slides.org b/docs/slides.org index 90feb66..566379c 100644 --- a/docs/slides.org +++ b/docs/slides.org @@ -740,7 +740,7 @@ print(f'Recent premium token response:\n code: {req.status_code}\n' #+ATTR_REVEAL: :frag (none appear appear) - Auth Server grants JWT letting Alice to act for Bob - claims: ={"sub": "Alice", "proxy": "Bob"}= -- Alice sends request combining to act for Bob +- Alice sends request to act for Bob * Example Use Case: Proxy @@ -748,7 +748,7 @@ print(f'Recent premium token response:\n code: {req.status_code}\n' - Auth Server grants JWT letting Alice to act for Bob - claims: ={"sub": "Alice", "proxy": "Bob"}= -- Alice sends request combining to act for Bob +- Alice sends request to act for Bob #+BEGIN_SRC python @APP.route("/issue") @@ -768,7 +768,7 @@ def issue(): - Auth Server grants JWT letting Alice to act for Bob - claims: ={"sub": "Alice", "proxy": "Bob"}= -- Alice sends request combining to act for Bob +- Alice sends request to act for Bob #+BEGIN_SRC python @APP.route("/issue")