You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/base-account/reference/ui-elements/sign-in-with-base-button.mdx
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -433,8 +433,16 @@ function SignInWithErrorHandling() {
433
433
434
434
### NextAuth.js Integration
435
435
436
-
```tsx
437
-
// pages/api/auth/[...nextauth].js
436
+
Below is an example of how to configure NextAuth to use Base Account as a credentials provider, so you can use Base Account in your Next.js application.
437
+
438
+
<Note>
439
+
**NextAuth.js Integration**
440
+
441
+
[Next.js](https://nextjs.org/) is a popular React framework, and [NextAuth.js](https://next-auth.js.org/) is an authentication library for Next.js. It offers session management and providers.
0 commit comments