Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 12 hours 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T09:16:59.000Z (5 days ago)
- Last Synced: 2024-11-03T09:19:33.515Z (5 days ago)
- Topics: fastapi, fief, identity, login, openid-connect, profile, registration, saas
- Language: Python
- Homepage: https://www.fief.dev
- Size: 4.16 MB
- Stars: 564
- Watchers: 5
- Forks: 50
- Open Issues: 20
-
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## Getting started
* Official website: [https://www.fief.dev](https://www.fief.dev)
* Documentation: [https://docs.fief.dev](https://docs.fief.dev)## Support us
## Contributing
[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#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: `[email protected]`
>
> 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).