https://github.com/fastapi-users/fastapi-users-db-beanie
FastAPI Users database adapter for Beanie
https://github.com/fastapi-users/fastapi-users-db-beanie
Last synced: 2 months ago
JSON representation
FastAPI Users database adapter for Beanie
- Host: GitHub
- URL: https://github.com/fastapi-users/fastapi-users-db-beanie
- Owner: fastapi-users
- License: mit
- Created: 2022-05-02T15:24:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T13:03:19.000Z (about 1 year ago)
- Last Synced: 2025-03-26T10:11:33.127Z (10 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Users - Database adapter for Beanie
Ready-to-use and customizable users management for FastAPI
> [!NOTE]
> **This project is now in maintenance mode.** While we'll continue to provide security updates and dependency maintenance, no new features will be added. We encourage you to explore the project and use it as-is, knowing it will remain stable and secure.
>
> We're currently working on a new Python authentication toolkit that will ultimately supersede FastAPI Users. Stay tuned for updates!
[](https://github.com/fastapi-users/fastapi-users/actions)
[](https://codecov.io/gh/fastapi-users/fastapi-users-db-beanie)
[](https://badge.fury.io/py/fastapi-users-db-beanie)
[](https://pepy.tech/project/fastapi-users-db-beanie)
---
**Documentation**: https://fastapi-users.github.io/fastapi-users/
**Source Code**: https://github.com/fastapi-users/fastapi-users
---
Add quickly a registration and authentication system to your [FastAPI](https://fastapi.tiangolo.com/) project. **FastAPI Users** is designed to be as customizable and adaptable as possible.
**Sub-package for Beanie support in FastAPI Users.**
## Development
### Setup environment
We use [Hatch](https://hatch.pypa.io/latest/install/) to manage the development environment and production build. Ensure it's installed on your system.
### Run unit tests
You can run all the tests with:
```bash
hatch run test
```
### Format the code
Execute the following command to apply `isort` and `black` formatting:
```bash
hatch run lint
```
## License
This project is licensed under the terms of the MIT license.