Skip to content

tvb/thirdweb-auth-next

 
 

Repository files navigation

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:

npm install
# or
yarn install

Next, you need to create a .env.local file and set the THIRDWEB_AUTH_PRIVATE_KEY variable to the admin private key you want to use for Auth, as well as the NEXT_PUBLIC_THIRDWEB_AUTH_DOMAIN variable to the domain you want to use for Auth. Your .env.local file should look like the following:

THIRDWEB_AUTH_PRIVATE_KEY=...
NEXT_PUBLIC_THIRDWEB_AUTH_DOMAIN=example.com

Finally, you can run the project with one of the following commands:

npm run dev
# or
yarn dev

Now, you can navigate to 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:

You can check out the thirdweb GitHub organization - your feedback and contributions are welcome!

Join our Discord!

For any questions, suggestions, join our discord at https://discord.gg/thirdweb.

About

Enable wallet-based login with thirdweb Auth & Next

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 2.9%