webauthn-with-amazon-cognito
webauthn-with-amazon-cognito copied to clipboard
Demo application for FIDO-based authentication and WebAuthn with Amazon Cognito
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.1 to 16.0.2. Changelog Sourced from dotenv's changelog. 16.0.2 (2022-08-30) Added Export env-options.js and cli-options.js in package.json for use with downstream dotenv-expand module Commits 0757a1b Version bump...
Bumps [helmet](https://github.com/helmetjs/helmet) from 5.1.1 to 6.0.0. Changelog Sourced from helmet's changelog. 6.0.0 - 2022-08-26 Changed Breaking: helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default Breaking: helmet.expectCt is no longer set...
## Expect behavior Run the application in local ## Actual Behavior When running the example application in the localhost, the `navigator.credentials.create` method will throw these errors. ``` The relying party...
Bumps [amazon-cognito-identity-js](https://github.com/aws-amplify/amplify-js) from 5.2.10 to 5.2.11. Commits 0f3c181 chore(release): Publish [ci skip] 9782ad9 chore: Merging changes to release (#10462) c222d22 chore: Remove deprecated jcenter repo (#9397) 74f2d15 Merge branch 'main'...
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.1 to 16.0.3. Changelog Sourced from dotenv's changelog. 16.0.3 (2022-09-29) Changed Added library version to debug logs (#682) 16.0.2 (2022-08-30) Added Export env-options.js and cli-options.js in package.json...
Having got this setup and running, I find when the lambda actually runs to verify a passkey, it fails with the error ``` Error: error:1E08010C:DECODER routines::unsupported at Verify.verify (node:internal/crypto/sig:230:24) at...
Bumps [helmet](https://github.com/helmetjs/helmet) from 5.1.1 to 7.1.0. Changelog Sourced from helmet's changelog. 7.1.0 - 2023-11-07 Added helmet.crossOriginEmbedderPolicy now supports the unsafe-none directive. See #477 7.0.0 - 2023-05-06 Changed Breaking: Cross-Origin-Embedder-Policy middleware...
Bumps [amazon-cognito-identity-js](https://github.com/aws-amplify/amplify-js) from 5.2.10 to 6.3.7. Commits fdd81d8 chore(release): Publish [ci skip] 095efac fix(api-rest): infinite retry when clock skew go back and forth (#12488) 93d463c fix(react-native): Update namespace to be...
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. Commits 808f499 Merge branch 'release/4.2.0' d5af3ae Update release notes. 9496e07 Bump version. 421dd53 Change default hash algorithm and iteration's for PBKDF2 to prevent weak...