A demo showing only the client-side creation of a credential keypair (when registering a user), and using that credential to authenticate a user, using redux-webauthn.
Important Security Note: This example does not show the full server-client communication pattern required for authenticating a user with the Web Authentication API. For a full example, see the redux-webauthn server-client demo in the main repo.
To run:
yarn
yarn start