next-auth icon indicating copy to clipboard operation
next-auth copied to clipboard

Authentication for the Web.

Results 649 next-auth issues
Sort by recently updated
recently updated
newest added

### 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...

question

## โ˜•๏ธ 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...

core

### 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...

documentation
good first issue

## โ˜•๏ธ 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...

providers
core

## โ˜•๏ธ 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 `/`...

core

### 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,...

documentation
adapters

### 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...

question
dynamodb

### 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 -...

incomplete
adapters
prisma
triage

## โ˜•๏ธ Reasoning This PR adds an adapter for [Supabase](https://supabase.com). ## ๐Ÿงข Checklist - [x] Documentation - [x] Tests - [x] Ready to be merged

adapters