Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



magicentry


A smol identity provider


Test
donate
Release


Ko-Fi

An 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).