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
This package is compatible with both Next.js 14 and 15. It uses only standard APIs available in both versions (`next/navigation` for `useRouter`, `next-auth/react`). No Next.js 15-only APIs are used.
33
+
30
34
## Quick Start
31
35
32
36
### 1. Set Up Server-Side Auth
@@ -100,6 +104,42 @@ export default function Callback() {
100
104
}
101
105
```
102
106
107
+
### Default Auth (Zero Config)
108
+
109
+
When using `createAuthConfig()` with no args on the server, you can call login/logout with no config—sandbox clientId and redirectUri are used:
0 commit comments