mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Automated deployment: Mon Feb 7 07:40:20 UTC 2022 020cb041d3
This commit is contained in:
@@ -1119,7 +1119,7 @@ uvicorn[standard]
|
||||
<div class="highlight"><pre><span></span><code><span class="kn">from</span> <span class="nn">fastapi_users</span> <span class="kn">import</span> <span class="n">models</span>
|
||||
|
||||
|
||||
<span class="k">class</span> <span class="nc">User</span><span class="p">(</span><span class="n">models</span><span class="o">.</span><span class="n">BaseUser</span><span class="p">):</span>
|
||||
<span class="k">class</span> <span class="nc">User</span><span class="p">(</span><span class="n">models</span><span class="o">.</span><span class="n">BaseUser</span><span class="p">,</span> <span class="n">models</span><span class="o">.</span><span class="n">BaseOAuthAccountMixin</span><span class="p">):</span>
|
||||
<span class="k">pass</span>
|
||||
|
||||
|
||||
|
||||
@@ -595,7 +595,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-50-orange.svg?style=flat-square"/></a></p>
|
||||
<p><a href="#contributors-"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-51-orange.svg?style=flat-square"/></a></p>
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
<p align="center">
|
||||
<a href="https://www.buymeacoffee.com/frankie567"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=frankie567&button_colour=FF5F5F&font_colour=ffffff&font_family=Arial&outline_colour=000000&coffee_colour=FFDD00"/></a>
|
||||
@@ -711,6 +711,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="http://www.retoflow.de"><img alt="" src="https://avatars.githubusercontent.com/u/23637821?v=4?s=100" width="100px;"/><br/><sub><b>Leon Thurner</b></sub></a><br/><a href="https://github.com/fastapi-users/fastapi-users/commits?author=lthurner" title="Documentation">📖</a></td>
|
||||
<td align="center"><a href="http://meka.rs"><img alt="" src="https://avatars.githubusercontent.com/u/610855?v=4?s=100" width="100px;"/><br/><sub><b>Goran Mekić</b></sub></a><br/><a href="#platform-mekanix" title="Packaging/porting to new platform">📦</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- markdownlint-restore -->
|
||||
|
||||
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Reference in New Issue
Block a user