Popularity
1.7
Stable
Activity
0.0
Stable
42
3
4

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/.

Code Quality Rank: L5
Programming language: C#

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.

Do you think we are missing an alternative of PwdLess or a related project?

Add another 'Authentication and Authorization' Package