From 0d54170e831fdd873d1aeb59c69ba33d02dbb4eb Mon Sep 17 00:00:00 2001 From: Oliver Terbu <43441584+awoie@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:52:55 +0200 Subject: [PATCH] feat: added siwe tutorial (#4276) Co-authored-by: Oliver Terbu --- docs/docs/tutorials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/tutorials.md b/docs/docs/tutorials.md index e5bf53d563..ae40de8102 100644 --- a/docs/docs/tutorials.md +++ b/docs/docs/tutorials.md @@ -41,6 +41,10 @@ title: Tutorials and Explainers - A video tutorial by Xiaoru Li from Prisma. +#### [How to authenticate Next.js Apps with Sign-In With Ethereum (SIWE) & NextAuth.js](https://docs.login.xyz/integrations/nextauth.js) External + +- Learn how to use Sign-In With Ethereum to authenticate your users with their existing Ethereum wallets - identifiers they personally control. + ## Fullstack #### [Build a FullStack App with Next.js, NextAuth.js, Supabase & Prisma](https://themodern.dev/courses/build-a-fullstack-app-with-nextjs-supabase-and-prisma-322389284337222224) External