This commit is contained in:
@@ -1064,9 +1064,8 @@
|
||||
|
||||
<div class="doc doc-contents first">
|
||||
|
||||
<p>UserRepository: Persistence layer for authentication.</p>
|
||||
<hr />
|
||||
<h4 id="jwtlib.repository--summary">Summary</h4>
|
||||
<h3 id="jwtlib.repository--summary">Summary</h3>
|
||||
<p>UserRepository: Persistence layer for authentication.</p>
|
||||
<p>This module defines the MongoDB-backed repository for managing user records,
|
||||
including creation, lookup, and credential verification.</p>
|
||||
|
||||
@@ -1098,15 +1097,15 @@ including creation, lookup, and credential verification.</p>
|
||||
Bases: <code><span title="mongo_ops.BaseRepository">BaseRepository</span>[<a class="autorefs autorefs-internal" title="jwtlib.models.User" href="../models/#jwtlib.models.User">User</a>]</code></p>
|
||||
|
||||
|
||||
<p>MongoDB-backed repository for User documents.</p>
|
||||
<p>MongoDB-backed repository for <code>User</code> documents.</p>
|
||||
|
||||
|
||||
<details class="notes" open>
|
||||
<summary>Notes</summary>
|
||||
<p><strong>Responsibilities:</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></pre></div></td><td class="code"><div><pre><span></span><code>- Managing user persistence (CRUD)
|
||||
- Credential verification and token issuance
|
||||
<span class="normal">2</span></pre></div></td><td class="code"><div><pre><span></span><code>- Manage user persistence (CRUD).
|
||||
- Handle credential verification and token issuance.
|
||||
</code></pre></div></td></tr></table></div>
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user