Authentication and Authorization without Passwords
Posted · Category: License Free, Tools
Passwordless is a modern node.js module for express that allows authentication and authorization without passwords by simply sending one-time password (OTPW) tokens via email or other means. It utilizes a very similar mechanism as the reset password feature of classic websites.
It’s faster to implement compared to typical user auth systems. It’s better for your users as they get started with your app quickly and don’t have to remember passwords. And also, it’s more secure for your users avoiding the risks of reused passwords.
Requirements: Node.js
Demo: https://passwordless.net/
License: License Free
3 Comments