|
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="#authentication-flow" id="toc-authentication-flow" class="nav-link active" data-scroll-target="#authentication-flow">Authentication flow</a> |
136 | 136 | <ul class="collapse">
|
137 | 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 |
| - <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> |
| 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>
|
141 | 141 | </nav>
|
@@ -163,7 +163,7 @@ <h1 class="title">Authentication</h1>
|
163 | 163 |
|
164 | 164 |
|
165 | 165 | <section id="authentication-flow" class="level2">
|
166 |
| -<h2 class="anchored" data-anchor-id="authentication-flow">Authentication Flow</h2> |
| 166 | +<h2 class="anchored" data-anchor-id="authentication-flow">Authentication flow</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>:
|
@@ -201,16 +201,16 @@ <h3 class="anchored" data-anchor-id="registration-and-login-flow">Registration a
|
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>
|
204 |
| -<figcaption>Registration and Login Flow</figcaption> |
| 204 | +<figcaption>Registration and login flow</figcaption> |
205 | 205 | </figure>
|
206 | 206 | </div>
|
207 | 207 | </section>
|
208 | 208 | <section id="password-reset-flow" class="level3">
|
209 |
| -<h3 class="anchored" data-anchor-id="password-reset-flow">Password Reset Flow</h3> |
| 209 | +<h3 class="anchored" data-anchor-id="password-reset-flow">Password reset flow</h3> |
210 | 210 | <div class="quarto-figure quarto-figure-center">
|
211 | 211 | <figure class="figure">
|
212 | 212 | <p><img src="static/reset_flow.png" class="img-fluid figure-img"></p>
|
213 |
| -<figcaption>Password Reset Flow</figcaption> |
| 213 | +<figcaption>Password reset flow</figcaption> |
214 | 214 | </figure>
|
215 | 215 | </div>
|
216 | 216 |
|
|
0 commit comments