Skip to content

Commit

Permalink
Add Sign in With Apple Tutorial (#896)
Browse files Browse the repository at this point in the history
Co-authored-by: Iain Collins <me@iaincollins.com>
  • Loading branch information
siddharthsharma94 and iaincollins committed Dec 2, 2020
1 parent 5126f4e commit 0db233d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/docs/tutorials.md
Expand Up @@ -66,3 +66,8 @@ This example shows how to implement a fullstack app in TypeScript with Next.js u
### [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.


### [Adding Sign in With Apple Next JS](https://thesiddd.com/blog/apple-auth)

This tutorial walks step by step on how to get Sign In with Apple working (both locally and on a deployed website) using NextAuth.js.

1 comment on commit 0db233d

@vercel
Copy link

@vercel vercel bot commented on 0db233d Dec 2, 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.