This commit is contained in:
@@ -1022,9 +1022,8 @@
|
||||
|
||||
<div class="doc doc-contents first">
|
||||
|
||||
<p>Authentication request and response models.</p>
|
||||
<hr />
|
||||
<h4 id="jwtlib.models.app--summary">Summary</h4>
|
||||
<h3 id="jwtlib.models.app--summary">Summary</h3>
|
||||
<p>Authentication request and response models.</p>
|
||||
<p>This module defines all <strong>typed data models</strong> used by the authentication
|
||||
library for user registration, login, logout, and token introspection.</p>
|
||||
|
||||
@@ -1034,18 +1033,18 @@ library for user registration, login, logout, and token introspection.</p>
|
||||
<p><strong>Model Categories:</strong></p>
|
||||
<div class="language-text highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">1</span>
|
||||
<span class="normal">2</span>
|
||||
<span class="normal">3</span></pre></div></td><td class="code"><div><pre><span></span><code>- Request payloads used by authentication workflows
|
||||
- Public response models exposed to consumers
|
||||
- Introspection responses used for service-to-service authentication
|
||||
<span class="normal">3</span></pre></div></td><td class="code"><div><pre><span></span><code>- Request payloads used by authentication workflows.
|
||||
- Public response models exposed to consumers.
|
||||
- Introspection responses used for service-to-service authentication.
|
||||
</code></pre></div></td></tr></table></div>
|
||||
<p><strong>Design Principles:</strong></p>
|
||||
<div class="language-text highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">1</span>
|
||||
<span class="normal">2</span>
|
||||
<span class="normal">3</span>
|
||||
<span class="normal">4</span></pre></div></td><td class="code"><div><pre><span></span><code>- Fully typed (Pydantic v2)
|
||||
- Serialization-safe
|
||||
- Framework-agnostic
|
||||
- Suitable for both internal logic and external adapters
|
||||
<span class="normal">4</span></pre></div></td><td class="code"><div><pre><span></span><code>- Fully typed (Pydantic v2).
|
||||
- Serialization-safe.
|
||||
- Framework-agnostic.
|
||||
- Suitable for both internal logic and external adapters.
|
||||
</code></pre></div></td></tr></table></div>
|
||||
</details>
|
||||
|
||||
@@ -1095,7 +1094,7 @@ library for user registration, login, logout, and token introspection.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>JWT access token to introspect.</p>
|
||||
<p><code>JWT</code> access token to introspect.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1214,7 +1213,7 @@ library for user registration, login, logout, and token introspection.</p>
|
||||
Bases: <code><a class="autorefs autorefs-internal" title="jwtlib.models.common.IdentityMixin" href="../common/#jwtlib.models.common.IdentityMixin">IdentityMixin</a></code>, <code><a class="autorefs autorefs-internal" title="jwtlib.models.common.PasswordMixin" href="../common/#jwtlib.models.common.PasswordMixin">PasswordMixin</a></code></p>
|
||||
|
||||
|
||||
<p>Payload for authenticating a user and issuing a JWT.</p>
|
||||
<p>Payload for authenticating a user and issuing a <code>JWT</code>.</p>
|
||||
|
||||
|
||||
<p><span class="doc-section-title">Attributes:</span></p>
|
||||
@@ -1309,7 +1308,7 @@ library for user registration, login, logout, and token introspection.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>JWT access token for authenticated requests.</p>
|
||||
<p><code>JWT</code> access token for authenticated requests.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user