Owen Bickford

Results 34 comments of Owen Bickford
trafficstars

Mark Ericksen replied to a [thread](https://community.fly.io/t/elixir-pr-staging-preview/18315/5) I had opened, and I've seen some activity on that PR, so it looks like this is getting some attention.

@peaceful-james ULID may indeed be a bad fit for the package. It was carried over from the application where I started developing Passkey support, but I recognize it's possibly not...

Thank you, @kevmodrome. I can confirm there's some issue with Safari on iOS, and I suspect it's the autofill feature that was recently added. I will look into this and...

Interesting. It seems that Passkey autofill isn't currently supported in iOS, but that is likely to change. I'm investigating how to detect whether a user gesture is required.

When I test this on MacOS Safari, I do get a Passkey prompt and I'm able to sign in without any errors. This is true in private mode, too. ![image](https://github.com/liveshowy/webauthn_components/assets/13895134/3badea7f-a0a4-449e-8b0e-78ae0df60c22)...

> This seems to work on Safari MacOS now. I have successfully authenticated on an iPhone using a Passkey in a test app. @eadz Are you still seeing errors?

> I'm still seeing issues on iOS. Is there a new version I can try out on my end? @kevmodrome The latest version is [0.7.0](https://hex.pm/packages/webauthn_components) from December 2023. Could you...

> Well, I can't even get to the sign in page since I'm getting kicked out of the page on iOS 😬 Are you still seeing this in the IEx...

## Update It appears the attestation's `raw_id` would need to be passed as the first arg to `Wax.authenticate/6` based on the current API (0.6.0). Then, a list of credentials would...

I am also excited to see this package developing so quickly. There are a couple use cases I have in mind that would depend on data channels. For one, it...