with-heart
content with heart

content with heart

Follow

Authenticating users with Discord in a Next.js app

Apr 25, 20225 min read

In this post, we'll use next-auth to build an authentication system that allows our users to log in to our app using their Discord account. I've...

Authenticating users with Discord in a Next.js app
Storing and accessing Discord application environment variables with Next.js
Creating a Discord Application
Introduction to type-challenges