mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Deployed 23784b2 to dev with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -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>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user