summaryrefslogtreecommitdiff
path: root/www/py-fastapi-users/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-fastapi-users/pkg-descr')
-rw-r--r--www/py-fastapi-users/pkg-descr16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/py-fastapi-users/pkg-descr b/www/py-fastapi-users/pkg-descr
deleted file mode 100644
index 71a4de72ea0e..000000000000
--- a/www/py-fastapi-users/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Add quickly a registration and authentication system to your FastAPI project.
-FastAPI Users is designed to be as customizable and adaptable as possible.
-Features:
- * Extensible base user model
- * Ready-to-use register, login, reset password and verify e-mail routes
- * Ready-to-use social OAuth2 login flow
- * Dependency callables to inject current user in route
- * Pluggable password validation
- * Customizable database backend
- * SQLAlchemy async backend included thanks to encode/databases
- * MongoDB async backend included thanks to mongodb/motor
- * Tortoise ORM backend included
- * Multiple customizable authentication backends
- * JWT authentication backend included
- * Cookie authentication backend included
- * Full OpenAPI schema support, even with several authentication backends