passport-webauthn
passport-webauthn copied to clipboard
WebAuthn authentication strategy for Passport.
Hi there - this project uses `base64url` on server-side and on client-side the demo uses `base64-arraybuffer` (albeit an outdated version). A new version of `base64-arraybuffer` is at . We recommend...
working perfect on localhost but when host on some domain eg(account.abc.com) says Orgin Missmatch , I Resolved This Error Tempory Based replace node_modules/passport-fido2-webauthn/lib/utils.js exports.originalOrigin = function(req, options) { options =...
First of all, thanks a lot for this plugin. It's awesome to be able to easily bring this security layer into our apps so "easily". That being said, I'm facing...
First of all, many thanks for this amazing library. I tried the example todos app and it worked like charm. I am trying to use client side library instead of...
This closes #5 and supports both Koa and Express.
* `_passReqToCallback` is used but never initialized * added support for `passReqToCallback` in the `register` function
work perfectly on localhost when deploy app on server it generates error "Forbidden 403" ("AuthenticationError")
Hello, Would appreciate it if types can be defined for this library as it would be helpful for Node projects written in TypeScript.
This proposition adds the support for the origins sent by Android applications in their client data. The origins for the applications must be declared like so: `app.set('apk-key-hash', [*PUT HASHES HERE*])`
Upgrading `jwk-to-pem` to 2.0.7 resolves this security alert: https://github.com/advisories/GHSA-vjh7-7g9h-fjfh For anyone here about this alert, you can probably just solve it by adding `resolutions` to your package.json: ``` "resolutions": {...