mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Deployed 81a0679 to 15.0 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>
|
||||
|
||||
@@ -2091,8 +2091,7 @@
|
||||
<a href="https://badge.fury.io/py/fastapi-users"><img alt="PyPI version" src="https://badge.fury.io/py/fastapi-users.svg" /></a>
|
||||
<a href="https://pepy.tech/project/fastapi-users"><img alt="Downloads" src="https://pepy.tech/badge/fastapi-users" /></a></p>
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
|
||||
<p><a href="#contributors-"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-82-orange.svg?style=flat-square" /></a></p>
|
||||
<p><a href="#contributors-"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-83-orange.svg?style=flat-square" /></a></p>
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
<hr />
|
||||
@@ -2231,6 +2230,7 @@
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sashkent3"><img src="https://avatars.githubusercontent.com/u/33320473?v=4?s=100" width="100px;" alt="Alexander Zinov"/><br /><sub><b>Alexander Zinov</b></sub></a><br /><a href="https://github.com/fastapi-users/fastapi-users/commits?author=sashkent3" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nimaxin"><img src="https://avatars.githubusercontent.com/u/97331299?v=4?s=100" width="100px;" alt="nimaxin"/><br /><sub><b>nimaxin</b></sub></a><br /><a href="https://github.com/fastapi-users/fastapi-users/commits?author=nimaxin" title="Documentation">📖</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="http://mdaffad.github.io"><img src="https://avatars.githubusercontent.com/u/44805049?v=4?s=100" width="100px;" alt="Muhammad Daffa Dinaya"/><br /><sub><b>Muhammad Daffa Dinaya</b></sub></a><br /><a href="https://github.com/fastapi-users/fastapi-users/issues?q=author%3Amdaffad" title="Bug reports">🐛</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jthurner"><img src="https://avatars.githubusercontent.com/u/2171402?v=4?s=100" width="100px;" alt="Joschka Thurner"/><br /><sub><b>Joschka Thurner</b></sub></a><br /><a href="https://github.com/fastapi-users/fastapi-users/issues?q=author%3Ajthurner" title="Bug reports">🐛</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user