Description
PwdLess is a free, open-source authentication server that allows you to register/login users without a password. This is achieved by sending a "magic link" containing a nonce, possibly in the form of a URL. Once the user opens the link (or manually types the nonce into your app), a JWT is generated for the user, authenticating their identity. PwdLess operates without a database (cache only) and only requires simple configuration to run. This makes it platform-agnostic so you can easily integrate it into any tech-stack.
For more information, visit the official website: http://pwdless.biarity.me/.
PwdLess alternatives and similar packages
Based on the "Authentication and Authorization" category.
Alternatively, view PwdLess alternatives based on common mentions on social networks and blogs.
-
ASP.NET Identity
New membership system for ASP.NET applications -
DotNetOpenAuth
A C# implementation of the OpenID, OAuth and InfoCard protocols -
TwoFactorAuth.Net
.Net library for Two Factor Authentication (TFA / 2FA) -
Stuntman
Library for impersonating users during development leveraging ASP.NET Identity. -
ThinkSharp.Licensing
Simple library with fluent API for creating and verifying signed licenses -
Logibit Hawk
A F# Hawk implementation with a strongly typed API that guides your usage and minimises security programming errors. -
IdentityModel
Helper library for identity & access control in .NET 4.5 and MVC4/Web API. -
IdentityServer
Extensible OAuth2 and OpenID Connect provider framework. -
IAmRoot NuGet Package
📦🏴☠️ NuGet package that shows we can run arbitrary code from any NuGet package -
CodeNode.Identity
An easy implementation for Identity framework for .net applications -
OAuth
A very lightweight library for generating OAuth 1.0a signatures written in C#
Tired of breaking your main and manually rebasing outdated pull requests?
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PwdLess or a related project?