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(clerk-expo): Support expo passkeys #4352

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    88e4297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de617a0 View commit details
    Browse the repository at this point in the history
  3. feat(expo): Add _unstable functions to override the default passkeys …

    …functions
    
    Adding __unstable__createPublicCredentials __unstable__getPublicCredentials __unstable__isWebAuthnSupported
    which are going to be used to override the webAuthnCreateCredential,webAuthnGetCredential and isWebAuthnSupported
    AlexNti committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0bbec9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ca2b3 View commit details
    Browse the repository at this point in the history
  5. feat: Overide webAuthnCreateCredential webAuthnGetCredential isWebAut…

    …hnSupported
    
    In this commit we are overriding the above functions with __unstable__createPublicCredentials __unstable__getPublicCredentials and __unstable__isWebAuthnSupported,
    this will happen only if we are on an Expo application
    AlexNti committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8db3f12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0273db View commit details
    Browse the repository at this point in the history
  7. Add changeset

    anagstef authored and AlexNti committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dde4ae5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b64e26a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c667744 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    022fac8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97b8772 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc2c636 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b742a8 View commit details
    Browse the repository at this point in the history
  14. chore: Add changeset

    AlexNti committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a69d808 View commit details
    Browse the repository at this point in the history
  15. chore: Update changesets

    AlexNti committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b39bce4 View commit details
    Browse the repository at this point in the history