ADD passwordless.net

https://passwordless.net is an authentication framework for Express that gets rid of passwords. The implementation was inspired by several high-profile articles which challenged the current reliance on passwords.
This commit is contained in:
Florian Heinemann
2014-09-12 00:36:59 -04:00
parent 3d43707056
commit 8a5c50a255

View File

@@ -385,6 +385,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Passport](http://passportjs.org) - Simple, unobtrusive authentication.
- [everyauth](https://github.com/bnoguchi/everyauth) - Authentication and authorization (password, facebook, & more) for your Connect and Express apps.
- [passwordless](https://passwordless.net) - Token-based authentication middleware for Express allowing authentication without passwords.
### Node.js management