Deployed 3225cab with MkDocs version: 1.0.4

This commit is contained in:
François Voron
2019-10-13 10:06:51 +01:00
parent a57228c0d8
commit f27cb047d5
4 changed files with 81 additions and 2 deletions

View File

@@ -225,10 +225,46 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
FastAPI Users
</label>
<a href="." title="FastAPI Users" class="md-nav__link md-nav__link--active">
FastAPI Users
</a>
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="__toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#work-in-progress" class="md-nav__link">
Work in progress 🚧
</a>
</li>
<li class="md-nav__item">
<a href="#features" class="md-nav__link">
Features
</a>
</li>
</ul>
</nav>
</li>
@@ -249,6 +285,29 @@
<label class="md-nav__title" for="__toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#work-in-progress" class="md-nav__link">
Work in progress 🚧
</a>
</li>
<li class="md-nav__item">
<a href="#features" class="md-nav__link">
Features
</a>
</li>
</ul>
</nav>
</div>
</div>
@@ -261,6 +320,10 @@
<h1 id="fastapi-users">FastAPI Users</h1>
<p align="center">
<img src="https://raw.githubusercontent.com/frankie567/fastapi-users/master/logo.svg" alt="FastAPI Users">
</p>
<p align="center">
<em>Ready-to-use and customizable users management for FastAPI </em>
</p>
@@ -269,6 +332,22 @@
<p><strong>Documentation</strong>: <a href="https://frankie567.github.io/fastapi-users/" target="_blank">https://frankie567.github.io/fastapi-users/</a></p>
<p><strong>Source Code</strong>: <a href="https://github.com/frankie567/fastapi-users" target="_blank">https://github.com/frankie567/fastapi-users</a></p>
<hr />
<h2 id="work-in-progress">Work in progress 🚧</h2>
<p>This library is currently in early stage development. First working version soon!</p>
<h2 id="features">Features</h2>
<ul>
<li>Extensible base user model</li>
<li>Ready-to-use register, login, <em>forgot and reset password routes (<a href="https://github.com/frankie567/fastapi-users/issues/3">#3</a>)</em></li>
<li>Customizable database backend<ul>
<li>SQLAlchemy backend included</li>
<li><em>MongoDB backend included (<a href="https://github.com/frankie567/fastapi-users/issues/4">#4</a>)</em></li>
</ul>
</li>
<li>Customizable authentication backend<ul>
<li>JWT authentication backend included</li>
</ul>
</li>
</ul>

View File

@@ -1 +1 @@
{"config":{"lang":["en"],"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"FastAPI Users Ready-to-use and customizable users management for FastAPI Documentation : https://frankie567.github.io/fastapi-users/ Source Code : https://github.com/frankie567/fastapi-users","title":"FastAPI Users"},{"location":"#fastapi-users","text":"Ready-to-use and customizable users management for FastAPI Documentation : https://frankie567.github.io/fastapi-users/ Source Code : https://github.com/frankie567/fastapi-users","title":"FastAPI Users"}]}
{"config":{"lang":["en"],"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"FastAPI Users Ready-to-use and customizable users management for FastAPI Documentation : https://frankie567.github.io/fastapi-users/ Source Code : https://github.com/frankie567/fastapi-users Work in progress \ud83d\udea7 This library is currently in early stage development. First working version soon! Features Extensible base user model Ready-to-use register, login, forgot and reset password routes ( #3 ) Customizable database backend SQLAlchemy backend included MongoDB backend included ( #4 ) Customizable authentication backend JWT authentication backend included","title":"FastAPI Users"},{"location":"#fastapi-users","text":"Ready-to-use and customizable users management for FastAPI Documentation : https://frankie567.github.io/fastapi-users/ Source Code : https://github.com/frankie567/fastapi-users","title":"FastAPI Users"},{"location":"#work-in-progress","text":"This library is currently in early stage development. First working version soon!","title":"Work in progress \ud83d\udea7"},{"location":"#features","text":"Extensible base user model Ready-to-use register, login, forgot and reset password routes ( #3 ) Customizable database backend SQLAlchemy backend included MongoDB backend included ( #4 ) Customizable authentication backend JWT authentication backend included","title":"Features"}]}

View File

@@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2019-10-10</lastmod>
<lastmod>2019-10-13</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

View File

Binary file not shown.