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(sveltekit): webauthn provider support #9924

Merged
merged 100 commits into from
May 11, 2024
Merged

Commits on Jan 21, 2024

  1. Fixed typos in supabase documentation (#9698)

    chore: Fix typos in supabase adapter documentation
    destructo570 committed Jan 21, 2024
    1 Configuration menu
    Copy the full SHA
    658e4f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. initial passkeys

    Maronato committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e875a16 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. working v1

    Maronato committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0e5727b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2d4ef7 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Maronato committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    718da79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48a02ba View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix webpack renaming issues

    Maronato committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f61552b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    745ff4b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    1c60ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be9e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0218442 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    4e58e41 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    a67a7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73491eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e54a909 View commit details
    Browse the repository at this point in the history
  4. update pnpm lock

    Maronato committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    877cf87 View commit details
    Browse the repository at this point in the history
  5. comment improvements

    Maronato committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c3f7ebf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1684076 View commit details
    Browse the repository at this point in the history
  7. remove unnecessary casting

    Maronato committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    db33581 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea6c6ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4825132 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    267ca93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d9f41ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65761bb View commit details
    Browse the repository at this point in the history
  13. simplify getLoggedInUser

    Maronato committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3590b65 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    4a536b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    0cdc67a View commit details
    Browse the repository at this point in the history
  2. add tests to webauthn-utils

    Maronato committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1d7d971 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    19e3123 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    8b22ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bfbd91 View commit details
    Browse the repository at this point in the history
  3. remove changes to dev app

    Maronato committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    598a0dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b8aef9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0326399 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    6649c48 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    5f049fd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fix adapter builds

    balazsorban44 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    78d1322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c04f08a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f9d992 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82fec4f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    711b480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79eff39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b91d08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b21d79a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1511db3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    046a55f View commit details
    Browse the repository at this point in the history
  7. fix: pnpm-lock

    ndom91 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    af99ba1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea857fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    445980d View commit details
    Browse the repository at this point in the history
  10. Update packages/frameworks-sveltekit/package.json

    Co-authored-by: Balázs Orbán <info@balazsorban.com>
    ndom91 and balazsorban44 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    af689a6 View commit details
    Browse the repository at this point in the history
  11. Update packages/frameworks-sveltekit/package.json

    Co-authored-by: Balázs Orbán <info@balazsorban.com>
    ndom91 and balazsorban44 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    194fc89 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    fccc619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43acf33 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge branch 'ndom91/add-webauthn-to-sveltekit' of ssh://github.com/n…

    …extauthjs/next-auth into ndom91/add-webauthn-to-sveltekit
    ndom91 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6f626e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aba9ed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ndom91/add-webauthn-to-sveltekit' of ssh://github.com/n…

    …extauthjs/next-auth into ndom91/add-webauthn-to-sveltekit
    ndom91 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    246a72a View commit details
    Browse the repository at this point in the history
  4. fix: update pnpm-lock

    ndom91 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e3cabb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a9fa39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cd3f88 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    666e1c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303a95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6017adf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. fix: pnpm-lock

    ndom91 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    023ef68 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ndom91/add-webauthn-to-sveltekit' of ssh://github.com/n…

    …extauthjs/next-auth into ndom91/add-webauthn-to-sveltekit
    ndom91 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    235b93a View commit details
    Browse the repository at this point in the history
  3. fix: update pnpm-lock.ymal

    ndom91 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    99da6bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55b784b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e452f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    bf989ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6837431 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    be615f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    1773c38 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    51fad6d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    00863a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    0504998 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    5f386bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a702db8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    56b8b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    52c2229 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    c9dc1d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    b1f277d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78eb671 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    6b081a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9ee09 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    f751251 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    4b1f205 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    2613f94 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    8cf24ce View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    0ffc51d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    8f0267e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    0e9dbab View commit details
    Browse the repository at this point in the history
  2. fix: pnpm-lock

    ndom91 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4c8e570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    426f007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27bd2b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac0468a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d22ea3d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. fix: merge

    ndom91 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ddad105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c601fd View commit details
    Browse the repository at this point in the history
  3. fix: pnpm-lock

    ndom91 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2f1fb70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd1c6c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2228250 View commit details
    Browse the repository at this point in the history