Skip to content

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

Merged
AlexNti merged 60 commits into
mainfrom
feat/clerk-expo-passkeys-module
Nov 1, 2024
Merged

feat(expo-passkeys): Introduce Passkeys module for expo#4361
AlexNti merged 60 commits into
mainfrom
feat/clerk-expo-passkeys-module

Conversation

@AlexNti

@AlexNti AlexNti commented Oct 18, 2024

Copy link
Copy Markdown
Contributor

🔐 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:

@changeset-bot

changeset-bot Bot commented Oct 18, 2024

Copy link
Copy Markdown

🦋 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
Comment thread packages/clerk-expo-passkeys/package-lock.json
@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

AlexNti commented Oct 29, 2024

Copy link
Copy Markdown
Contributor Author

!allow-major

@AlexNti

AlexNti commented Oct 29, 2024

Copy link
Copy Markdown
Contributor Author

!major

@nikosdouvlis
nikosdouvlis force-pushed the feat/clerk-expo-passkeys-module branch from 13ac046 to 4405dd6 Compare October 29, 2024 14:32
@nikosdouvlis
nikosdouvlis force-pushed the feat/clerk-expo-passkeys-module branch 2 times, most recently from b2a706f to ab66222 Compare October 29, 2024 22:53
@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

@anagstef anagstef left a comment

Copy link
Copy Markdown
Contributor

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
@AlexNti
AlexNti deleted the feat/clerk-expo-passkeys-module branch November 1, 2024 09:41
wobsoriano pushed a commit that referenced this pull request Feb 8, 2025
Co-authored-by: panteliselef <panteliselef@outlook.com>
Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
Co-authored-by: Stefanos Anagnostou <anagstef@users.noreply.github.com>
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