passkeys_android 2.12.0 copy "passkeys_android: ^2.12.0" to clipboard
passkeys_android: ^2.12.0 copied to clipboard

PlatformAndroid

Android implementation of the Corbado passkeys plugin. Manages the creation of passkeys on Android devices.

2.12.0 #

  • Adds NoCreateOptionException handling for register flow.
  • Unstubs cancelCurrentAuthenticatorOperation implementation.

2.11.0 #

  • Makes authSelectionType optional.

2.10.0 #

  • hasPasskeySupport now verifies that the Android API level is 28 or higher.
  • Fixed an issue that occurred when running the app on Android devices without Google Play Services.

2.9.0 #

  • Fixes handling of optional transports field in registration response when authenticators don't provide it

2.8.0 #

  • Downgrades minSDKVersion from 28 to 23
  • Adds new PasskeyUnsupportedException to handle when device has sdk version lower than 28
  • Fixes some exception documentations

2.7.1 #

  • Makes userHandle similar to the W3 specification.

2.7.0 #

  • Implement passkeys_platform_interface 2.3.1
  • Handles timeout exceptions

2.6.0 #

  • Added transports to RegistrationResponse
  • Fixes hasPasskeySupport in getAvailability

2.5.0 #

  • Added getAvailability api to check for passkey support
  • Upgrade androidx.credentials:credentials to 1.3.0

2.4.0 #

  • Added handling for CreateCredentialNoCreateOptionException when no viable creation options were found

2.3.0 #

  • Fixed requireResidentKey mapping error (string instead of boolean) causing 1Password failures
  • Added support for preferImmediatelyAvailableCredentials

2.2.0 #

  • Added support for AGP 8.0 and newer

2.1.0 #

  • Added support for preferImmediatelyAvailableCredentials

2.0.4 #

  • Added NoCredentialsAvailableException to indicate that no credentials are available during a login

2.0.3 #

  • Bump androidx.credentials:credentials to 1.2.0 => release builds will no work on Android 13 and below without custom proguard rules

2.0.2 #

  • Map excludeCredentials error to typed exception

2.0.1 #

  • Added excludeCredentials support

2.0.0 #

  • Removed getFacetID (no longer needed)
  • Added cancelCurrentAuthenticatorOperation
  • Adapted to new passkeys_platform_interface

2.0.0-dev.1 #

  • Removed getFacetID (no longer needed)
  • Added cancelCurrentAuthenticatorOperation
  • Adapted to new passkeys_platform_interface

1.2.1 #

  • Catch more situations when a user interrupts biometrics ceremony (e.g. providing his fingerprint).

1.2.0 #

  • Bump passkeys_platform_interface version.

1.1.2 #

  • Catch native Android exceptions when user is not signed in to Google account.

1.1.1 #

  • Removed unnecessary logs
  • Catch CancellationExceptions from CredentialManager

1.1.0 #

  • Added userHandle to AuthenticateResponseType.

1.0.0 #

  • Better comments. Stable release.

0.1.0 #

  • Initial open source release.
1
likes
150
points
26.6k
downloads

Documentation

API reference

Publisher

verified publishercorbado.com

Weekly Downloads

Android implementation of the Corbado passkeys plugin. Manages the creation of passkeys on Android devices.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

flutter, passkeys_platform_interface

More

Packages that depend on passkeys_android

Packages that implement passkeys_android