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

add authentication docs page #60388

Merged
merged 47 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
bd5e9d8
add authentication docs page
Jan 8, 2024
b030ec7
edits
Jan 8, 2024
3ba000b
Merge branch 'canary' into authentication-docs
StephDietz Jan 8, 2024
005624c
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
49c7bc6
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
62806ab
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
e4c31c7
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
b0c7f62
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
da6acbd
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
417a9fe
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
20d93b3
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
8cd1821
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
4996dd7
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
c8a632e
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
c89c2d6
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
b32a576
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
f62d23e
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
b4edfd2
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
61c1e28
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
7668ac2
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
242105c
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
8852bbb
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 9, 2024
3eeb06f
update wording to eliminate matcher contradiction
Jan 9, 2024
baf680c
remove unused params
Jan 9, 2024
75f71d0
update link
Jan 9, 2024
5ff6359
Merge branch 'canary' into authentication-docs
StephDietz Jan 9, 2024
02bba23
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
a0d9818
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
a2eb550
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
2455526
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
951d658
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
2b4f404
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
dacdb68
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
538920d
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 11, 2024
5ca6717
update matcher wording
Jan 11, 2024
4692aa8
update middleware code
Jan 11, 2024
e30a93c
resolve rest of github convos
Jan 11, 2024
1531e5c
Update authorization section to emphasize security at data access layer
Jan 11, 2024
fa5cbed
add missing js code
Jan 11, 2024
06f84af
fix commented out code
Jan 11, 2024
d341ef5
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 16, 2024
aa4382c
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 16, 2024
0fb5ff5
Update docs/02-app/01-building-your-application/09-authentication/ind…
StephDietz Jan 16, 2024
c23c28b
resolve PR comments
Jan 16, 2024
7d119d2
revert settings.json
Jan 16, 2024
5301848
Merge branch 'canary' of https://github.com/vercel/next.js into authe…
Jan 18, 2024
f331f01
Merge branch 'canary' into authentication-docs
balazsorban44 Jan 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"files.associations": {
"*.mdx": "markdown"
},
// Formatting using Prettier by default for all languages
"editor.defaultFormatter": "esbenp.prettier-vscode",
// Formatting using Prettier for JavaScript, overrides VSCode default.
Expand Down
345 changes: 345 additions & 0 deletions docs/02-app/01-building-your-application/09-authentication/index.mdx

Large diffs are not rendered by default.

Loading