-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: nextauthjs/next-auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @auth/sveltekit@0.3.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nextauthjs/next-auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @auth/sveltekit@0.3.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 39 files changed
- 4 contributors
Commits on Nov 25, 2023
-
docs: Fix broken links in upgrade-to-v5 (#9236)
Update upgrade-to-v5.md
1Configuration menu - View commit details
-
Copy full SHA for 6f93fd8 - Browse repository at this point
Copy the full SHA 6f93fd8View commit details -
docs: lowercase the import path for consistency. (#9235)
Update index.tsx
1Configuration menu - View commit details
-
Copy full SHA for 35304ee - Browse repository at this point
Copy the full SHA 35304eeView commit details -
docs:
getServerSession
is no longerunstable_
(#9234)Update callbacks.md
1Configuration menu - View commit details
-
Copy full SHA for 693a072 - Browse repository at this point
Copy the full SHA 693a072View commit details
Commits on Nov 26, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 83dc317 - Browse repository at this point
Copy the full SHA 83dc317View commit details
Commits on Nov 28, 2023
-
fix: correct the default redirect for protected pages (#9252)
* fix: redirect to built-in sign-in page when unauthorized Change the default redirect URL for protected pages from /signin to built-in /api/auth/signin page when user is unauthorized. * fix: use NextURL for nextUrl property of request The reqWithEnvUrl function used Web API's `URL` instead of `NextURL` for `nextUrl` property of the request when AUTH_URL is defined, breaking the redirect URL creation. This commit uses `NextURL` for `nextUrl` property. * fix: set correct callback URL for sign-in redirect Set the callback URL properly to redirect back to originally requested protected page after signing in. Previously the callback URL was incorrectly set to the sign-in page itself. Also, remove basePath from the default sign-in URL, as the cloned NextURL object holds the basePath config. * Update packages/next-auth/src/lib/env.ts --------- Co-authored-by: Balázs Orbán <info@balazsorban.com>
1Configuration menu - View commit details
-
Copy full SHA for 7e9f3a8 - Browse repository at this point
Copy the full SHA 7e9f3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e6f9e - Browse repository at this point
Copy the full SHA 50e6f9eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 43bbc60 - Browse repository at this point
Copy the full SHA 43bbc60View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47a067 - Browse repository at this point
Copy the full SHA d47a067View commit details -
`Headers#getSetCookie` should always be defined
1Configuration menu - View commit details
-
Copy full SHA for fde4ce8 - Browse repository at this point
Copy the full SHA fde4ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c91eb7 - Browse repository at this point
Copy the full SHA 0c91eb7View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d93901c - Browse repository at this point
Copy the full SHA d93901cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5220e - Browse repository at this point
Copy the full SHA 5d5220eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e3ed7b9 - Browse repository at this point
Copy the full SHA e3ed7b9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for aa09496 - Browse repository at this point
Copy the full SHA aa09496View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @auth/sveltekit@0.3.14...@auth/sveltekit@0.3.15