Harry Green
Harry Green
Hi @stereobooster - thanks, I'm happy to help you with this. I'll try to write a test inside `run.test.js` with a similar level of integration as the other. Ideally I'd...
@stereobooster I updated with some unit tests. We didn't end up needing this feature at Pizza Hut, but I'm happy to help get it live if you'd still like it....
Hey @tylerccarson, would you mind posting an example of how you got these working?
Hey @ottokruse. Thanks for the reply. We're actually trying to continue using as much of the [Amplify UI React screens](https://ui.docs.amplify.aws/) as possible, rather than rewriting them for integration with this...
> Not sure though how you're going to be able to add a button "Sign in with passkey" to the prefab Amplify UI, but I haven't looked into it maybe...
It works :) I can sign in with biometrics (or password), and add fido2 credentials after should the account need it. Amazing. I'll tidy up the code and post it...
Not bad thanks @ottokruse. We're in the process of converting only the output we need - lambdas, api gateway, dynamo - into our Terraform setup. As for the frontend, the...
Hey @ottokruse, quick question. If a user deletes their passkey from their device (an accepted scenario), dynamoDB doesn't know about it. So, I tried to let the user re-add their...
Thanks @ottokruse, that worked. I listen for `InvalidStateError` and handle accordingly. We've gone live with the implementation 👍, with mixed results - we're seeing problems with tokens/sessions in the wild....
Thanks. The `Cannot retrieve a new session. Please authenticate.` is hard to replicate locally, but from the logs in the wild, I think it's to do with a mismatch between...