We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5385ec2 commit a241199Copy full SHA for a241199
www/docs/tutorials.md
@@ -9,6 +9,14 @@ _These tutorials are contributed by the community and hosted on this site._
9
10
_New submissions and edits are welcome!_
11
12
+### [NextJS Authentication Crash Course with NextAuth.js](https://youtu.be/o_wZIVmWteQ)
13
+
14
+This tutorial dives in to the ins and outs of NextAuth including email, Github, Twitter and integrating with Auth0 in under hour.
15
16
+### [Create your own NextAuth.js Login Pages](https://youtu.be/kB6YNYZ63fw)
17
18
+This tutorial shows you how to jump in and create your own custom login pages versus using the ones provided by NextAuth.js
19
20
### [Refresh Token Rotation](tutorials/refresh-token-rotation)
21
22
How to implement refresh token rotation.
0 commit comments