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: clerk/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: clerk/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rob/oauth-consent-aio
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    7aaf6ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7444213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439b3b8 View commit details
    Browse the repository at this point in the history
  4. chore: Clean up hook

    wobsoriano committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    7bf0994 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26604b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Configuration menu
    Copy the full SHA
    62c4113 View commit details
    Browse the repository at this point in the history
  2. Remove 'useOAuthConsent' from exports snapshot

    Removed 'useOAuthConsent' from the snapshot exports.
    wobsoriano authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    2935017 View commit details
    Browse the repository at this point in the history
  3. refactor(shared): remove unnecessary useMemo and gate placeholderData…

    … on queryEnabled
    
    Remove useMemo wrappers around simple string derivations (oauthClientId,
    scope) that don't benefit from memoization. Gate placeholderData on
    queryEnabled to match useSubscription pattern and prevent stale consent
    data from persisting after the query is disabled.
    wobsoriano committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    21a28a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076063c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    327fb72 View commit details
    Browse the repository at this point in the history
  6. fix test

    wobsoriano committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    8f186f1 View commit details
    Browse the repository at this point in the history
Loading