This commit is contained in:
@@ -986,11 +986,10 @@
|
||||
|
||||
<div class="doc doc-contents first">
|
||||
|
||||
<p>Security utilities: Password hashing and JWT management.</p>
|
||||
<hr />
|
||||
<h4 id="jwtlib.security--summary">Summary</h4>
|
||||
<h3 id="jwtlib.security--summary">Summary</h3>
|
||||
<p>Security utilities: Password hashing and <code>JWT</code> management.</p>
|
||||
<p>This module provides low-level cryptographic helpers for password
|
||||
hashing and JWT token lifecycle management. It serves as the
|
||||
hashing and <code>JWT</code> token lifecycle management. It serves as the
|
||||
cryptographic engine for the authentication library.</p>
|
||||
|
||||
|
||||
@@ -1018,7 +1017,7 @@ cryptographic engine for the authentication library.</p>
|
||||
|
||||
<div class="doc doc-contents ">
|
||||
|
||||
<p>Generate a new JWT access token.</p>
|
||||
<p>Generate a new <code>JWT</code> access token.</p>
|
||||
|
||||
|
||||
<p><span class="doc-section-title">Parameters:</span></p>
|
||||
@@ -1079,7 +1078,7 @@ cryptographic engine for the authentication library.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>An encoded JWT string.</p>
|
||||
<p>An encoded <code>JWT</code> string.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1103,7 +1102,7 @@ cryptographic engine for the authentication library.</p>
|
||||
|
||||
<div class="doc doc-contents ">
|
||||
|
||||
<p>Decode and validate a JWT, returning a strongly-typed payload.</p>
|
||||
<p>Decode and validate a <code>JWT</code>, returning a strongly-typed payload.</p>
|
||||
|
||||
|
||||
<p><span class="doc-section-title">Parameters:</span></p>
|
||||
@@ -1124,7 +1123,7 @@ cryptographic engine for the authentication library.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>The JWT string to decode.</p>
|
||||
<p>The <code>JWT</code> string to decode.</p>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user