Skip to content

Commit

Permalink
add: ndom91 dev.to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Oct 27, 2020
1 parent 0407e13 commit d7dc7b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions www/docs/tutorials.md
Expand Up @@ -41,7 +41,7 @@ A tutorial by Arunoda Susirpiala. Checkout [GetStarted](https://getstarted.sh/)

### [Add auth support to a Next.js app with a custom backend](https://arunoda.me/blog/add-auth-support-to-a-next-js-app-with-a-custom-backend)

A tutorial by Arunoda Susirpiala.
A tutorial by Arunoda Susirpiala.

### [How to Configure Azure AD B2C Authentication with Next.js](https://benjaminwfox.com/blog/tech/how-to-configure-azure-b2c-with-nextjs)

Expand All @@ -55,10 +55,14 @@ Next.js supports multiple patterns for authentication, each designed for differe

A video tutorial by Xiaoru Li from Prisma.

### [Passwordless Authentication with Next.js, Prisma, and next-auth](https://dev.to/prisma/passwordless-authentication-with-next-js-prisma-and-next-auth-5g8g)
### [Passwordless Authentication with Next.js, Prisma, and next-auth](https://dev.to/prisma/passwordless-authentication-with-next-js-prisma-and-next-auth-5g8g)

In this post, you'll learn how to add passwordless authentication to your Next.js app using Prisma and next-auth. By the end of this tutorial, your users will be able to log in to your app with either their GitHub account or a Slack-styled magic link sent right to their Email inbox. By Xiaoru Li.

### [Fullstack Authentication Example with Next.js and NextAuth.js](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes-auth)

This example shows how to implement a fullstack app in TypeScript with Next.js using React (frontend), Next.js API routes and Prisma Client (backend). It also demonstrates how to implement authentication using NextAuth.js. By Nikolas Burk at Prisma.

### [Adding Authentication to an existing Next.js Application in no time!](https://dev.to/ndom91/adding-authentication-to-an-existing-serverless-next-js-app-in-no-time-with-nextauth-js-192h)

This `dev.to` tutorial walks one through adding NextAuth.js to an existing project. Including setting up the OAuth client id and secret, adding the API routes for authentication, protecting pages and api routes behind that authentication, etc.

1 comment on commit d7dc7b0

@vercel
Copy link

@vercel vercel bot commented on d7dc7b0 Oct 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.