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

How to use this with next auth?

Open broomvawedao opened this issue 1 year ago • 0 comments

Previously, the implementation was something like:

import {
  ThirdwebAuthProvider
} from "@thirdweb-dev/auth/next-auth";

export default {
  providers: [
    ThirdwebAuthProvider({
      domain: process.env.NEXT_PUBLIC_THIRDWEB_AUTH_DOMAIN || "",
    }),
]

How to achieve this same behavior with thirdweb/auth?

broomvawedao avatar Jun 01 '24 05:06 broomvawedao