Skip to content

Commit 6f54cbd

Browse files
fix(auth-next,examples): address PR feedback and deduplicate code
- Remove standalone auth-next-default-test, keep wallets-connect-with-nextjs - Remove unused NEXT_PUBLIC_IMMUTABLE_CLIENT_ID from .env.example - Document AUTH_SECRET generation in wallets-connect-with-nextjs README - Document Partial<LoginConfig> design in useLogin/useLogout hooks - Extract defaultConfig.ts, deduplicate auth-next-server and auth-next-client - Consolidate constants in auth-next-server, client re-exports - Add default auth examples to auth-next-client and auth-next-server READMEs Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 46a72c9 commit 6f54cbd

File tree

30 files changed

+199
-738
lines changed

30 files changed

+199
-738
lines changed

examples/passport/auth-next-default-test/.env.example

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/passport/auth-next-default-test/.eslintrc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/passport/auth-next-default-test/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

examples/passport/auth-next-default-test/app/api/auth/[...nextauth]/route.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/passport/auth-next-default-test/app/callback/page.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/passport/auth-next-default-test/app/components/ConfigInfo.tsx

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/passport/auth-next-default-test/app/components/LoginButton.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

examples/passport/auth-next-default-test/app/components/LoginWithOverride.tsx

Lines changed: 0 additions & 57 deletions
This file was deleted.

examples/passport/auth-next-default-test/app/components/LogoutButton.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

examples/passport/auth-next-default-test/app/components/LogoutWithOverride.tsx

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)