Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(expo-passkeys): Introduce Passkeys module for expo #4361

Merged
merged 60 commits into from
Nov 1, 2024

Conversation

AlexNti
Copy link
Member

@AlexNti AlexNti commented Oct 18, 2024

🔐 Introducing Passkeys module for Expo 🚀

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

Related with: #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
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Copy link

changeset-bot bot commented Oct 18, 2024

🦋 Changeset detected

Latest commit: 4e71dae

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

@AlexNti AlexNti force-pushed the feat/clerk-expo-passkeys-module branch from d6fb405 to fd219eb Compare October 21, 2024 11:16
@AlexNti AlexNti changed the title chore: Introduce Passkeys library for expo [WIP] feat: Introduce Passkeys library for expo [WIP] Oct 21, 2024
@AlexNti AlexNti force-pushed the feat/clerk-expo-passkeys-module branch 2 times, most recently from 36b8348 to 9035451 Compare October 23, 2024 07:39
@AlexNti AlexNti changed the title feat: Introduce Passkeys library for expo [WIP] feat: Introduce Passkeys module for expo [WIP] Oct 23, 2024
@clerk-cookie clerk-cookie removed the expo label Oct 24, 2024
@AlexNti AlexNti changed the title feat: Introduce Passkeys module for expo [WIP] feat: Introduce Passkeys module for expo Oct 24, 2024
@AlexNti AlexNti marked this pull request as ready for review October 24, 2024 10:53
@AlexNti AlexNti force-pushed the feat/clerk-expo-passkeys-module branch from 394a6a0 to c7c82ea Compare October 24, 2024 10:56
@AlexNti AlexNti changed the title feat: Introduce Passkeys module for expo feat(expo-passkeys): Introduce Passkeys module for expo Oct 24, 2024
@AlexNti AlexNti changed the title feat(expo-passkeys): Introduce Passkeys module for expo feat(clerk-expo-passkeys): Introduce Passkeys module for expo Oct 24, 2024
@AlexNti AlexNti force-pushed the feat/clerk-expo-passkeys-module branch from 2292805 to 0ee28d7 Compare October 24, 2024 12:31
@AlexNti AlexNti force-pushed the feat/clerk-expo-passkeys-module branch 2 times, most recently from d0d4554 to c8dac76 Compare October 29, 2024 10:39
@AlexNti
Copy link
Member Author

AlexNti commented Oct 29, 2024

!allow-major

@AlexNti
Copy link
Member Author

AlexNti commented Oct 29, 2024

!major

@AlexNti AlexNti force-pushed the feat/clerk-expo-passkeys-module branch from 816c9b8 to c5d6ea1 Compare November 1, 2024 06:23
@AlexNti AlexNti changed the title feat(clerk-expo-passkeys): Introduce Passkeys module for expo feat(expo-passkeys): Introduce Passkeys module for expo Nov 1, 2024
Copy link
Member

@anagstef anagstef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@AlexNti AlexNti merged commit 6652e66 into main Nov 1, 2024
26 of 27 checks passed
@AlexNti AlexNti deleted the feat/clerk-expo-passkeys-module branch November 1, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants