Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace WalletConnect with Google and GitHub authentication #36

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

0xaaiden
Copy link
Member

@0xaaiden 0xaaiden commented Dec 18, 2024

Replace WalletConnect with Google and GitHub authentication using NextAuth.js.

  • Dashboard Layout:

    • Remove WalletConnect component.
    • Add useSession and signIn from next-auth/react.
    • Replace WalletConnect with buttons for Google and GitHub sign-in.
  • General Layout:

    • Remove WalletConnect component.
    • Add useSession and signIn from next-auth/react.
    • Replace WalletConnect with buttons for Google and GitHub sign-in.
  • Site Header:

    • Remove WalletConnect component.
    • Add useSession and signIn from next-auth/react.
    • Replace WalletConnect with buttons for Google and GitHub sign-in.
  • Session Management:

    • Update getSession function in lib/session.ts to support NextAuth.js sessions.
  • NextAuth.js Configuration:

    • Add pages/api/auth/[...nextauth].ts to configure Google and GitHub OAuth providers.
  • Remove SIWE Components:

    • Delete button-siwe-login.tsx, button-siwe-logout.tsx, is-signed-in.tsx, is-signed-out.tsx, siwe-login.ts, siwe-logout.ts, siwe-message.ts, index.ts, logout.ts, nonce.ts, and verify.ts from integrations/siwe.

For more details, open the Copilot Workspace session.

Replace WalletConnect with Google and GitHub authentication using NextAuth.js.

* **Dashboard Layout**:
  - Remove `WalletConnect` component.
  - Add `useSession` and `signIn` from `next-auth/react`.
  - Replace `WalletConnect` with buttons for Google and GitHub sign-in.

* **General Layout**:
  - Remove `WalletConnect` component.
  - Add `useSession` and `signIn` from `next-auth/react`.
  - Replace `WalletConnect` with buttons for Google and GitHub sign-in.

* **Site Header**:
  - Remove `WalletConnect` component.
  - Add `useSession` and `signIn` from `next-auth/react`.
  - Replace `WalletConnect` with buttons for Google and GitHub sign-in.

* **Session Management**:
  - Update `getSession` function in `lib/session.ts` to support NextAuth.js sessions.

* **NextAuth.js Configuration**:
  - Add `pages/api/auth/[...nextauth].ts` to configure Google and GitHub OAuth providers.

* **Remove SIWE Components**:
  - Delete `button-siwe-login.tsx`, `button-siwe-logout.tsx`, `is-signed-in.tsx`, `is-signed-out.tsx`, `siwe-login.ts`, `siwe-logout.ts`, `siwe-message.ts`, `index.ts`, `logout.ts`, `nonce.ts`, and `verify.ts` from `integrations/siwe`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/function03-labs/WalletLabels?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Dec 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wallet-labels ❌ Failed (Inspect) Dec 23, 2024 11:30pm

* **Dashboard Layout**: Replace `WalletConnect` with buttons for Google, GitHub, and email sign-in.
* **General Layout**: Replace `WalletConnect` with buttons for Google, GitHub, and email sign-in.
* **Site Header**: Replace `WalletConnect` with buttons for Google, GitHub, and email sign-in.
* **NextAuth Configuration**: Add email provider configuration to `pages/api/auth/[...nextauth].ts`.
- Added console logs for debugging in dashboard layout and profile pages.
- Updated session handling to use NextAuth.js in `lib/session.ts`.
- Changed user retrieval in the submit page to use user ID instead of email.
- Removed unused blockchain components and cleaned up imports.
- Deleted several wallet-related components to streamline the codebase.
- one sign in button
- Improved the sign-in page layout with a new design and form validation using Zod.
- Adjusted email sign-in link validity duration from 24 hours to 1 hour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants