Hacker News new | ask | show | jobs
Show HN: Easy magic-link authentication – Cierge (github.com)
11 points by biarity 3088 days ago
1 comments

Hi there! Cierge is an OpenID Connect server that handles user signup, login, profiles, management, social logins, and more. Instead of storing passwords, Cirege uses magic links/codes and external logins to authenticate your users.

You can find a good list of FAQs on our our GitHub page or try a demo here: https://cierge.azurewebsites.net

nice! I like that it's even done in dotnet!!

Does it support active directory for an external out of the box?

Sadly nothing out of the box for AD. However, Cierge uses OpenIddict, so this might be helpful: https://stackoverflow.com/questions/38470683/is-it-possible-...
awesome! thank you very much!