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

Merged
merged 37 commits into from
Nov 6, 2024
Merged

feat(clerk-expo): Support expo passkeys #4352

merged 37 commits into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    6797eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8fe36 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 Nov 6, 2024
    Configuration menu
    Copy the full SHA
    62c0e45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5092931 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 Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9472dc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0e0683 View commit details
    Browse the repository at this point in the history
  7. Add changeset

    anagstef authored and AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5f52fb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4eb00be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa93e18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62b5327 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7690e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbf33db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ea90e3 View commit details
    Browse the repository at this point in the history
  14. chore: Add changeset

    AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8f749f9 View commit details
    Browse the repository at this point in the history
  15. chore: Update changesets

    AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    537e0b5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    172d7ce View commit details
    Browse the repository at this point in the history
  17. chore: Update package-lock

    AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    476c659 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    723fb44 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8b9eaf2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    46a6f19 View commit details
    Browse the repository at this point in the history
  21. Update .changeset/late-camels-talk.md

    Co-authored-by: Stefanos Anagnostou <[email protected]>
    AlexNti and anagstef committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3527ac5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3bf07f2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7a46f80 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    22f0396 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5aaf1b3 View commit details
    Browse the repository at this point in the history
  26. chore: Fix type error

    AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ace9836 View commit details
    Browse the repository at this point in the history
  27. chore: Fix failing lint

    AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c429666 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3503756 View commit details
    Browse the repository at this point in the history
  29. chore: Address pr comment

    AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    295daa7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    24d58bf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ed3e6c1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bc8536f View commit details
    Browse the repository at this point in the history
  33. attempt to fix build

    anagstef authored and AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2f3f982 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2e0e211 View commit details
    Browse the repository at this point in the history
  35. chore: Fix build error

    AlexNti committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f79ba91 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    dbc115e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    29e9dcc View commit details
    Browse the repository at this point in the history