javascript
javascript copied to clipboard
feat(clerk-expo-passkeys): Introduce Passkeys module for expo
🔐 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 testruns as expected. - [ ]
npm run buildruns 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:
🦋 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
!allow-major
!major