Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzervas/magicentry
A smol identity provider
https://github.com/dzervas/magicentry
authentication identity-provider magic-link oidc oidc-provider oidc-server rust
Last synced: 11 days ago
JSON representation
A smol identity provider
- Host: GitHub
- URL: https://github.com/dzervas/magicentry
- Owner: dzervas
- Created: 2024-03-07T20:07:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T02:55:32.000Z (16 days ago)
- Last Synced: 2025-01-23T00:54:05.228Z (15 days ago)
- Topics: authentication, identity-provider, magic-link, oidc, oidc-provider, oidc-server, rust
- Language: Rust
- Homepage: https://magicentry.rs/
- Size: 2.06 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A smol identity providerAn identity provider that focuses on passwordless authentication and simplicity.
Its target use case is for hobbyists and small organizations that need a simple
way to manage user accounts and access to web applications. The only way to
authenticate is by using magic links sent through email or using passkeys.It has small footprint, is easy to deploy and maintain, and does not require
any other external service (like a database).It has no admin panel by choice and the only way to dynamically alter its configuration
is by updating the configuration file or use ingress resource annotations.Check out the documentation at [magicentry.rs](https://magicentry.rs).