Passwordless: Authentication middleware for Express & Node.js
Passwordless is a token-based password authentication middleware for Express and Node.js. It’s faster to deploy, with just a single form and text field, with no need for separate registration, login, and lost password pages.
GitHub: https://github.com/florianheinemann/passwordless
Docs: https://passwordless.net/getstarted
node.js/express module to authenticate users without password
Passwordless
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. The module was inspired by Justin Balthrop's article "Passwords are Obsolete"
Check out a demo and further documentation on https://passwordless.net or have a look at an example.
Token-based authentication is...
- Faster to implement compared to typical user auth systems (you only need one form)
- Better for your users as they get started with your app quickly and don't have to remember passwords
- More secure for your users avoiding the risks of reused passwords
'프로그래밍 > Script' 카테고리의 다른 글
[jQuery] Touche.js: Re-map click events to touch events (0) | 2014.07.16 |
---|---|
[jQuery] jQuery Cheat Sheet: A quick API reference (0) | 2014.07.07 |
Boba.js: JavaScript for Google Analytics (0) | 2014.07.07 |
Agile CSS3 Engine: Generate pure CSS3 with JavaScript (0) | 2014.07.07 |
[Charts] Epoch: A real-time charting library (0) | 2014.07.04 |