Bitbucket Provider
Resources
Setup
Callback URL
https://example.com/api/auth/callback/bitbucketEnvironment Variables
.env.local
AUTH_BITBUCKET_ID AUTH_BITBUCKET_SECRETConfiguration
@/auth.ts
import NextAuth from "next-auth" import Bitbucket from "next-auth/providers/bitbucket" export const { handlers, auth, signIn, signOut } = NextAuth({ providers: [Bitbucket], })