passwordless icon indicating copy to clipboard operation
passwordless copied to clipboard

node.js/express module to authenticate users without password

Results 25 passwordless issues
Sort by recently updated
recently updated
newest added

Florian firstly, thanks for your work! Was about to suggest this npm package to someone but first decided to check https://passwordless.net. Looks like it has changed an owner and now...

I need to give some context to my email notifications. I can personalize the login form accordingly with extra values. Is it possible to access my hidden fields values (req.body)...

I keep getting an error 400 "Bad request" on the client side. I tracked it down to [this line](https://github.com/florianheinemann/passwordless/blob/master/lib/passwordless/passwordless.js#L440): ``` } else if(!deliveryMethod || !user) { return sendError(400); } ```...

Ironically [the website](https://www.passwordless.net/) is now a tool to generate passwords... The actual problem is that there is not /plugins anymore.

Hello sir - - congrats on this library. I have implemented it with https://www.npmjs.com/package/passwordless-mysql-bcrypt-fix/v/1.0.3 with email address being the uid. Now my boss doesn't want to wait for an email...

We would like to use passwordless for authentication, but have a need to create and invalidate tokens directly from the node process that also runs the express server. In other...

Hi, it would be great if you implemented typescript support 😄

For the `passwordless.requestToken()` method, is there a recommended way to: 1. accept any email and send the user onto a "check your email" message in every case 2. then, silently...

Hi **@florianheinemann**: Please consider this... The developer for [AdonisJs](https://github.com/adonisjs/discussion/issues/62) is contemplating v5 features. And adding passwordless authentication is a top contender there. I'm selfishly interested in seeing Passwordless add support...