Jared Hanson

Results 130 comments of Jared Hanson

Can you look at the code and find out if what you suspect is true? If so, I'd appreciate a pull request with a fix. Sent from my iPhone >...

I've read over the W3C spec, and from my understanding the authentication is by virtue of verifying a public/private key pair. The examples the W3C gives are fairly unclear as...

OK, I'm digging this back up :) I've implemented a WebAuthn strategy: [`passport-fido2-webauthn`](https://github.com/jaredhanson/passport-webauthn). It works without changing or adding to Passport internals. Here's my thoughts on the approach. Of the...

What file is this broken link in?

The page with the broken link is here: http://www.passportjs.org/packages/passport-local/ This source for this page, is the [README](https://github.com/jaredhanson/passport-local) for `passport-local`, and the link is correct there. The version on npm (from...

Yep, I'm looking forward to implementing koa support. No ETA at the moment, but it'll happen.

The files in the `middleware` directory will need some adjusting. A first step would be to factor them into `middleware/connect` and `middleware/koa`, and see what common things can be abstracted.

@rkusa - Awesome, that looks like a great start! At some point in the next couple of weeks I want to put together a clean Koa implementation, potentially abstracting anything...

@rkusa That would help, thanks!

@rwky - I will be merging this PR. I would appreciate if you would refrain from saying this isn't maintained. I may not merge things at the rate you desire,...