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