https://github.com/thirdweb-example/thirdweb-auth-next
Enable wallet-based login with thirdweb Auth & Next
https://github.com/thirdweb-example/thirdweb-auth-next
auth
Last synced: 5 months ago
JSON representation
Enable wallet-based login with thirdweb Auth & Next
- Host: GitHub
- URL: https://github.com/thirdweb-example/thirdweb-auth-next
- Owner: thirdweb-example
- License: apache-2.0
- Created: 2022-08-18T20:13:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T07:43:50.000Z (11 months ago)
- Last Synced: 2025-04-03T10:06:23.424Z (11 months ago)
- Topics: auth
- Language: TypeScript
- Homepage:
- Size: 670 KB
- Stars: 36
- Watchers: 3
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Getting Started
This example demonstrates how to use thirdweb Auth with NextJS.
To run the project, first clone this repository, and then run one of the following commands to install the dependencies:
```bash
npm install
# or
yarn
```
```bash
npm run dev
# or
yarn dev
```
Now, you can navigate to [http://localhost:3000](http://localhost:3000) to visit the client side page where you can connect a wallet, sign-in with ethereum and view the payload, and use the payload to authenticate with the backend.
## Learn More
To learn more about thirdweb, take a look at the following resources:
- [thirdweb Auth Documentation](https://docs.thirdweb.com/auth) - learn about thirdweb Auth.
- [thirdweb React Documentation](https://docs.thirdweb.com/react) - learn about our React SDK.
- [thirdweb Portal](https://docs.thirdweb.com) - check our guides and development resources.
You can check out [the thirdweb GitHub organization](https://github.com/thirdweb-dev) - your feedback and contributions are welcome!
## Join our Discord!
For any questions, suggestions, join our discord at [https://discord.gg/thirdweb](https://discord.gg/thirdweb).