with-heart
content with heart

content with heart

Follow
Follow
homebadges
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

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