|
132 | 132 | <h2 id="toc-title">On this page</h2>
|
133 | 133 |
|
134 | 134 | <ul>
|
135 |
| - <li><a href="#authentication-flow" id="toc-authentication-flow" class="nav-link active" data-scroll-target="#authentication-flow">Authentication flow</a> |
| 135 | + <li><a href="#security-features" id="toc-security-features" class="nav-link active" data-scroll-target="#security-features">Security features</a> |
136 | 136 | <ul class="collapse">
|
137 |
| - <li><a href="#registration-and-login-flow" id="toc-registration-and-login-flow" class="nav-link" data-scroll-target="#registration-and-login-flow">Registration and Login Flow</a></li> |
| 137 | + <li><a href="#registration-and-login-flow" id="toc-registration-and-login-flow" class="nav-link" data-scroll-target="#registration-and-login-flow">Registration and login flow</a></li> |
138 | 138 | <li><a href="#password-reset-flow" id="toc-password-reset-flow" class="nav-link" data-scroll-target="#password-reset-flow">Password reset flow</a></li>
|
139 | 139 | </ul></li>
|
140 | 140 | </ul>
|
@@ -162,8 +162,8 @@ <h1 class="title">Authentication</h1>
|
162 | 162 | </header>
|
163 | 163 |
|
164 | 164 |
|
165 |
| -<section id="authentication-flow" class="level2"> |
166 |
| -<h2 class="anchored" data-anchor-id="authentication-flow">Authentication flow</h2> |
| 165 | +<section id="security-features" class="level2"> |
| 166 | +<h2 class="anchored" data-anchor-id="security-features">Security features</h2> |
167 | 167 | <p>This template implements a comprehensive authentication system with security best practices:</p>
|
168 | 168 | <ol type="1">
|
169 | 169 | <li><strong>Token Security</strong>:
|
@@ -195,9 +195,9 @@ <h2 class="anchored" data-anchor-id="authentication-flow">Authentication flow</h
|
195 | 195 | <li>Comprehensive error logging</li>
|
196 | 196 | </ul></li>
|
197 | 197 | </ol>
|
198 |
| -<p>The diagrams below show the main authentication flows and security measures.</p> |
| 198 | +<p>The diagrams below show the main authentication flows.</p> |
199 | 199 | <section id="registration-and-login-flow" class="level3">
|
200 |
| -<h3 class="anchored" data-anchor-id="registration-and-login-flow">Registration and Login Flow</h3> |
| 200 | +<h3 class="anchored" data-anchor-id="registration-and-login-flow">Registration and login flow</h3> |
201 | 201 | <div class="quarto-figure quarto-figure-center">
|
202 | 202 | <figure class="figure">
|
203 | 203 | <p><img src="static/auth_flow.png" class="img-fluid figure-img"></p>
|
|
0 commit comments