with-heart
content with heart

content with heart

Follow
homebadges

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

Apr 23, 20222 min read

In this post, we'll learn how to find a Discord applications's id and secret and how to store them as environment variables in a Next.js app. The...

Storing and accessing Discord application environment variables with Next.js

Creating a Discord Application

Apr 23, 20221 min read

In order to use the Discord API or create a Discord bot, we need to first create a Discord Application. Log in to the Discord Developer Portal Click...

Creating a Discord Application

Introduction to type-challenges

Mar 2, 20224 min read

Welcome to the type-challenges series! In this series, I'll be walking through many of the challenges in the type-challenges repository. These...

Introduction to type-challenges