Note current route-protection guidance in Core 2 upgrade guide#3408
Open
jacekradko wants to merge 1 commit into
Open
Note current route-protection guidance in Core 2 upgrade guide#3408jacekradko wants to merge 1 commit into
jacekradko wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e656171 to
5c87cc3
Compare
c101a3d to
741cda4
Compare
5c87cc3 to
2f4f3bb
Compare
741cda4 to
0e3a3fa
Compare
2f4f3bb to
7370b57
Compare
0e3a3fa to
64b671c
Compare
…grade guide The Core 2 Next.js upgrade guide documents the historical authMiddleware -> clerkMiddleware migration. Adds a note that middleware-based auth checks have since been deprecated, pointing to the current protect-pages guidance, without rewriting the historical examples.
7370b57 to
36599b3
Compare
64b671c to
3aa8cb6
Compare
Member
Author
|
Heads up: this PR is part of the #3426 carries a reframed, positive-recommendation version of the shared Keeping |
This file contains hidden or 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
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.
Stacked on #3407. The Core 2 Next.js upgrade guide documents the historical
authMiddlewaretoclerkMiddlewaremigration, so this just adds a note that middleware-based auth checks have since been deprecated and points readers at the current protect-pages guidance. The historical examples are left as-is on purpose.