Deployed 23784b2 to dev with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
fastapi-users-ci
2025-12-19 09:23:07 +00:00
parent 6af21d4fef
commit 32326c4d27
2 changed files with 1 additions and 2 deletions

View File

@@ -2363,7 +2363,6 @@
<p>For security purposes, OAuth routers set a CSRF cookie when the authentication flow is initiated. By default, the cookie is configured with the following parameters:</p>
<ul>
<li><code>csrf_token_cookie_name</code> (<code>fastapiusersoauthcsrf</code>): Name of the cookie.</li>
<li><code>csrf_token_cookie_max_age</code> (<code>Optional[int]</code>): The lifetime of the cookie in seconds. <code>None</code> by default, which means it's a session cookie.</li>
<li><code>csrf_token_cookie_path</code> (<code>/</code>): Cookie path.</li>
<li><code>csrf_token_cookie_domain</code> (<code>None</code>): Cookie domain.</li>
<li><code>csrf_token_cookie_secure</code> (<code>True</code>): Whether to only send the cookie to the server via SSL request.</li>

View File

File diff suppressed because one or more lines are too long