flutter-institute / webauthn

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

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

Closed chunsfire closed 1 week ago

chunsfire commented 1 month 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 1 month 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.