next-auth
next-auth copied to clipboard
Authentication for the Web.
### Question ๐ฌ After using signIn with Google Provider, instead of redirecting to `/onboard`, the page redirects back to `sign-in` with this url: `[main url]/sign-in?callbackUrl=https%3A%2F%2F[main url]%2Fonboard&error=Callback`. This is only happening...
## โ๏ธ Reasoning The middleware did not respect the nextjs base path correct. It was not prepended to the path at the redirect. Within this PR I introduce a function...
### What is the improvement or update you wish to see? I recently noticed this while working with the auth0 provider that Only the docs for google provider tell us...
## โ๏ธ Reasoning This pull request adds the new `AzureDevOpsProvider` which allows authenticating with [Azure DevOps](https://dev.azure.com/) and getting tokens for calling the APIs. I accidentally reset my branch and my...
## โ๏ธ Reasoning Docusaurus finally released their `v2` stable! https://docusaurus.io/blog/2022/08/01/announcing-docusaurus-2.0 Upgraded the first party docusaurus dependencies as well as other compatible ones. ## ๐งข Checklist - [x] Documentation - [...
_Something went wrong with #5085, GitHub wasn't updating the PR with the new commits_ ## โ๏ธ Reasoning Some users could be setting their `signIn` and `error` pages option to `/`...
### Title New oauth accounts get linked to the existing session's user ### How to reproduce โ๏ธ https://github.com/paolotiu/next-auth-prisma-linking-repro ### Your question/bug report ๐ When a user is already signed in,...
### Question ๐ฌ I have logic in the `signIn` callback that is supposed to only send emails to the whitelisted email addresses. This works totally fine in a local environment...
### Adapter type @next-auth/prisma-adapter ### Environment System: OS: macOS 12.4 CPU: (10) arm64 Apple M1 Max Memory: 1.53 GB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.15.1 -...
## โ๏ธ Reasoning This PR adds an adapter for [Supabase](https://supabase.com). ## ๐งข Checklist - [x] Documentation - [x] Tests - [x] Ready to be merged