Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,7 @@ <h2 id="orgdcdd7a3">Example Use Case: Proxy</h2>
<ul>
<li>Auth Server grants JWT letting Alice to act for Bob</li>
<li class="fragment appear">claims: <code>{"sub": "Alice", "proxy": "Bob"}</code></li>
<li class="fragment appear">Alice sends request combining to act for Bob</li>
<li class="fragment appear">Alice sends request to act for Bob</li>

</ul>
</section>
Expand All @@ -2693,7 +2693,7 @@ <h2 id="org2e2f4d8">Example Use Case: Proxy</h2>
<ul>
<li>Auth Server grants JWT letting Alice to act for Bob</li>
<li>claims: <code>{"sub": "Alice", "proxy": "Bob"}</code></li>
<li>Alice sends request combining to act for Bob</li>
<li>Alice sends request to act for Bob</li>

</ul>

Expand All @@ -2720,7 +2720,7 @@ <h2 id="orgc90c325">Example Use Case: Proxy</h2>
<ul>
<li>Auth Server grants JWT letting Alice to act for Bob</li>
<li>claims: <code>{"sub": "Alice", "proxy": "Bob"}</code></li>
<li>Alice sends request combining to act for Bob</li>
<li>Alice sends request to act for Bob</li>

</ul>

Expand Down
6 changes: 3 additions & 3 deletions docs/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,7 @@ <h2 id="orgdcdd7a3">Example Use Case: Proxy</h2>
<ul>
<li>Auth Server grants JWT letting Alice to act for Bob</li>
<li class="fragment appear">claims: <code>{"sub": "Alice", "proxy": "Bob"}</code></li>
<li class="fragment appear">Alice sends request combining to act for Bob</li>
<li class="fragment appear">Alice sends request to act for Bob</li>

</ul>
</section>
Expand All @@ -2693,7 +2693,7 @@ <h2 id="org2e2f4d8">Example Use Case: Proxy</h2>
<ul>
<li>Auth Server grants JWT letting Alice to act for Bob</li>
<li>claims: <code>{"sub": "Alice", "proxy": "Bob"}</code></li>
<li>Alice sends request combining to act for Bob</li>
<li>Alice sends request to act for Bob</li>

</ul>

Expand All @@ -2720,7 +2720,7 @@ <h2 id="orgc90c325">Example Use Case: Proxy</h2>
<ul>
<li>Auth Server grants JWT letting Alice to act for Bob</li>
<li>claims: <code>{"sub": "Alice", "proxy": "Bob"}</code></li>
<li>Alice sends request combining to act for Bob</li>
<li>Alice sends request to act for Bob</li>

</ul>

Expand Down
6 changes: 3 additions & 3 deletions docs/slides.org
Original file line number Diff line number Diff line change
Expand Up @@ -740,15 +740,15 @@ 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


- 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")
Expand All @@ -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")
Expand Down