flutter-institute / webauthn

A plugin to handle webauthn login
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

For iOS do we need to add associated domain capability? #22

Closed chunsfire closed 3 months ago

chunsfire commented 3 months ago

In order to implement webauthn passkey registration or authentication flow, iOS mandates to have associated domain capability added. This is due to underlying ASAuthorization framework.

So does this package also needs associated domain capability enabled & added in the project?

killermonk commented 3 months ago

This package implements its own Authenticator and is not (currently) integrating directly with the iOS or Android system-level webauthn libraries.

In other words: No, you won't need that because we don't use the system libraries.