Skip to content

v0.3.0 - Public Key Access & Expo SDK 51

Choose a tag to compare

@peterferguson peterferguson released this 06 Oct 09:57
9bdbbcf

✨ New Features & Improvements

This release adds the ability to retrieve public keys from credentials and updates framework compatibility.

🎯 New Features

  • πŸ”‘ Added getPublicKey() method to retrieve public keys from credentials (PRs #20, #21, #22)
    • iOS implementation with CBOR decoding
    • Web implementation
    • Android implementation
  • πŸ“± React Native 0.74 support (PR #18 by @ashtar23)
  • πŸ“¦ Expo SDK 51 compatibility (PR #18 by @ashtar23)

πŸ› Bug Fixes

  • Fixed none and default attestation kind on iOS (PR #16 by @cruzdanilo)
  • Fixed Xcode 15.3 build issues (PR #11)

πŸ”§ Developer Experience

  • Converted Android example to use expo-dev-client
  • Updated example app to SDK 51
  • Added public key getter UI to example app
  • Updated README documentation

πŸ”— Full Changelog