javascript icon indicating copy to clipboard operation
javascript copied to clipboard

feat(clerk-expo-passkeys): Introduce Passkeys module for expo

Open AlexNti opened this issue 1 year ago • 1 comments

🔐 Introducing Passkey Library for Expo and Clerk 🚀

In this commit, we are introducing a library to handle passkeys for Expo with Clerk. The library manages the creation and retrieval of passkeys for iOS, Android devices, and Expo web.

Related with: https://github.com/clerk/javascript/pull/4352

💻 How to use it

import { ClerkProvider } from '@clerk/clerk-expo';
import { passkeys } from '@clerk/clerk-expo/passkeys';

<ClerkProvider passkeys={passkeys}>
  {/* Your app here */}
</ClerkProvider>

🏃‍♂️ Run locally (IOS)

  • Follow the README for setup and running instructions

Description

Checklist

  • [ ] npm test runs as expected.
  • [ ] npm run build runs as expected.
  • [ ] (If applicable) JSDoc comments have been added or updated for any package exports
  • [ ] (If applicable) Documentation has been updated

Type of change

  • [ ] 🐛 Bug fix
  • [x] 🌟 New feature
  • [ ] 🔨 Breaking change
  • [ ] 📖 Refactoring / dependency upgrade / documentation
  • [ ] other:

AlexNti avatar Oct 18 '24 10:10 AlexNti

🦋 Changeset detected

Latest commit: 4e71dae3b12a5cd715d4890f2ebe30bee4a6647d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clerk/expo-passkeys Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Oct 18 '24 10:10 changeset-bot[bot]

!allow-major

AlexNti avatar Oct 29 '24 11:10 AlexNti

!major

AlexNti avatar Oct 29 '24 11:10 AlexNti