Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: epicweb-dev/epic-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: epicweb-dev/epic-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: passkeys
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 14 files changed
  • 1 contributor

Commits on Feb 14, 2025

  1. working passkeys

    kentcdodds committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    687fb5d View commit details
    Browse the repository at this point in the history
  2. feat: Enhance passkey authentication and registration flow

    - Refactored PasskeyLogin component to support redirectTo and remember options
    - Updated WebAuthn authentication and registration routes with improved error handling
    - Moved WebAuthn utility functions to a dedicated server-side utils file
    - Simplified response schemas and added more robust type checking
    - Removed deprecated webauthn.server.ts utility file
    kentcdodds committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    4312db2 View commit details
    Browse the repository at this point in the history
  3. refactor: Simplify WebAuthn configuration and authenticator selection

    - Updated authentication and registration routes to use more consistent WebAuthn configuration
    - Removed explicit authenticator selection from utils.server.ts
    - Set user verification to 'preferred' in authentication and registration flows
    kentcdodds committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    7fa5b06 View commit details
    Browse the repository at this point in the history
  4. progress on passkey tests

    kentcdodds committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    de91a74 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. progress

    kentcdodds committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    2af7402 View commit details
    Browse the repository at this point in the history
Loading