https://github.com/jonathanprozzi/next-web3-auth-playground
Playground for testing out various approaches for web3 auth with Next.js 13 app routes.
https://github.com/jonathanprozzi/next-web3-auth-playground
Last synced: about 1 year ago
JSON representation
Playground for testing out various approaches for web3 auth with Next.js 13 app routes.
- Host: GitHub
- URL: https://github.com/jonathanprozzi/next-web3-auth-playground
- Owner: jonathanprozzi
- Created: 2023-08-21T14:20:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:23:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T11:33:00.827Z (over 1 year ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Web3 Auth Playground
**Purpose**: Test out various approaches for securely passing a connected user's session data (such as their address) from the client to the server using Next.js 13 app routes.
While researching this I came across https://github.com/m1guelpf/nextjs13-connectkit-siwe/ which solves a majority of the questions I had around using ConnectKit since I typically have used RainbowKit.