-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(Clerk): call reauthenticate before navigating #7917
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 replays were recorded for 859c9b2. 16 PassedrequireAuth graphql checks
|
jtoar
added a commit
that referenced
this pull request
Mar 25, 2023
* fix: call navigate before reauthenticate * fix linting issues * add back ClerkStatusUpdater * add back hooks * improve types
jtoar
added a commit
that referenced
this pull request
Mar 25, 2023
* fix: call navigate before reauthenticate * fix linting issues * add back ClerkStatusUpdater * add back hooks * improve types
dac09
added a commit
to dac09/redwood
that referenced
this pull request
Mar 28, 2023
* 'main' of github.com:redwoodjs/redwood: (162 commits) fix(deps): update dependency @escape.tech/graphql-armor to v1.8.0 (redwoodjs#7922) chore(deps): update dependency @playwright/test to v1.32.1 (redwoodjs#7924) chore(deps): update dependency @testing-library/dom to v9.2.0 (redwoodjs#7921) chore(deps): update dependency rimraf to v4 (redwoodjs#7907) fix(deps): update dependency react-hook-form to v7.43.8 (redwoodjs#7920) fix(deps): update dependency @fastify/http-proxy to v9 (redwoodjs#7889) fix(deps): update dependency @types/node to v16.18.20 (redwoodjs#7919) chore(deps): update dependency @replayio/playwright to v0.3.27 (redwoodjs#7918) fix(Clerk): call reauthenticate before navigating (redwoodjs#7917) chore(deps): update dependency esbuild to v0.17.13 (redwoodjs#7915) chore(deps): update dependency lerna to v6.6.1 (redwoodjs#7916) chore(deps): update dependency @tsd/typescript to v5 (redwoodjs#7856) chore(deps): update dependency @testing-library/dom to v9.1.0 (redwoodjs#7914) fix(deps): update dependency msw to v1.2.1 (redwoodjs#7911) chore(deps): update dependency @types/react to v18.0.29 (redwoodjs#7912) chore(deps): update dependency nx to v15.8.9 (redwoodjs#7913) Fix for directUrl usage during testing (redwoodjs#7898) fix(deps): update dependency prettier to v2.8.7 (redwoodjs#7908) chore(deps): update dependency @nrwl/nx-cloud to v15.3.2 (redwoodjs#7904) fix(deps): update dependency @types/node to v16.18.19 (redwoodjs#7906) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Our Clerk set up is broken right now. See this topic on the forums for details:
This is a fix suggested by the Clerk team. We may iterate on it still, but it's already been broken for some time and I don't want there to be more broken projects.
This doesn't help existing projects. I'm working on a codemod for that.