https://github.com/fief-dev/fief
Users and authentication management SaaS
https://github.com/fief-dev/fief
fastapi fief identity login openid-connect profile registration saas
Last synced: 3 months ago
JSON representation
Users and authentication management SaaS
- Host: GitHub
- URL: https://github.com/fief-dev/fief
- Owner: fief-dev
- License: other
- Created: 2022-01-03T16:21:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-22T21:16:09.000Z (3 months ago)
- Last Synced: 2025-09-27T23:16:08.746Z (3 months ago)
- Topics: fastapi, fief, identity, login, openid-connect, profile, registration, saas
- Language: Python
- Homepage: https://www.fief.dev
- Size: 4.22 MB
- Stars: 712
- Watchers: 6
- Forks: 64
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - fief-dev/fief - Users and authentication management SaaS (others)
README
Users and authentication management SaaS
> [!IMPORTANT]
> Fief, as you know it today, is wrapping up its current chapter.
> We're working on a completely new and exciting vision for the future!
>
> This means we won't be adding new features or fixing bugs in this codebase anymore.
> Thank you so much for being part of the journey so far β your support has meant the world to us.
>
> **Stay tuned β we can't wait to show you what's next! π**
## Getting started
- Official website: [https://www.fief.dev](https://www.fief.dev)
- Documentation: [https://docs.fief.dev](https://docs.fief.dev)
## Contributing
[](#contributors-)
All contributions to improve the project are welcome! In particular, bug and documentation fixes are really appreciated.
For new features and larger improvements, we kindly ask you to [**open a discussion first**](https://github.com/orgs/fief-dev/discussions/new?category=ideas) about your idea, what motivates it and how you plan to implement it **before you start working**. It'll avoid frustration on both sides if we decide not to integrate your code in the project.
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

shrike71
π π€

trisongz
π‘ π€

David Brochart
π π»

Paolo Dina
π

duber000
π»

Danilo Polani
π

Moritz
π

plpsanchez
π

William Mayor
π»

Rui Oliveira
π π»

Jimmy Angel PΓ©rez DΓaz
π

MichaΕ Rosiak
π

olimcc
π‘οΈ

Joe Hamman
π‘οΈ

zfei
π π»

Bartosz Magiera
π

oaltun
π»

Cesar Smaniotto JΓΊnior
π

rotil
π‘οΈ

ζη§η₯
π

Lev Dubinets
π΅

Mathieu Virbel
π

corv89
π

Yaroslav Polyakov
π»

Scott Fredericksen
π»

Robert Babaev
π»

Cameron
π π»

i-am-mike-davis
π»
## Development
To get started quickly, we recommend you to use [GitHub Codespaces](https://github.com/features/codespaces). We have a complete configuration allowing you to start working on Fief right away, including pre-configured PostgreSQL and Redis servers.
When the Codespace is built, an admin user is automatically created.
> **Admin user credentials**
>
> Email: `anne@bretagne.duchy`
>
> Password: `herminetincture`
Run the Fief server in development mode with the following command:
```sh
hatch run dev.server.start
```
The worker can also be started with the following command:
```sh
hatch run dev.worker.start
```
## License
Fief is [fair-code](http://faircode.io) distributed under [**Elastic License 2.0 (ELv2)**](https://github.com/fief-dev/fief/blob/main/LICENSE.md).