Articles by Tag #nextauth

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Google One Tap Authentication in Next.js

Google One Tap is a streamlined authentication method that allows users to sign in to your...

Learn More 11 4Nov 26 '24

How to authenticate a Spotify User in next.js 14 using NextAuth

In this article, we'll walk you through authenticating a user with their Spotify account in Next.js...

Learn More 8 0Jun 9 '24

🚫 Why We Removed NextAuth from Our SaaS

Some time ago, we were struck by a real-world case: a Kick (Twitch alternative) user got hacked, and...

Learn More 6 0Apr 21

Guide to build a modern Web App using Next.js 14 (App Router), Fully authentication (NextAuth), Theming and i18n

Introduction to Next.js and Its Dominance In the last few years, Next.js has got an enormous...

Learn More 4 0Oct 2 '24

How to use NextAuth.JS with Discord

I was working on a dashboard project recently and had the task of letting Discord users log in to the...

Learn More 3 2May 13 '24

Implement NextAuth with Next.js and TypeScript

Introduction Authentication is a critical part of web applications, and external...

Learn More 2 0Apr 25

Next.js Starter Template with Authentication

Introduction After completing Fin Flow, I was doing fine, but I realized I needed a To-Do...

Learn More 1 0Feb 11

Implementing Two-Factor Authentication in Next.js 14 with NextAuth.js

Two-factor authentication (2FA) adds an essential layer of security to your web applications. In this...

Learn More 1 0Mar 6

Next-Auth in App Router of Next.js

Next.js has recently released a stable version of App Router enriched with in-built support for...

Learn More 0 0Aug 20 '24

Nextjs and next auth middleware baby.

import { NextResponse } from 'next/server'; import type { NextRequest } from 'next/server'; import {...

Learn More 0 0Feb 23

NextAuth TwitterProvider UserId on Session

Sample code for adding UserId to Session when using NextAuth and TwitterProvider

Learn More 0 0Dec 13 '24

Password Authentication with Auth.js in Astro and Customizing Session Information (auth-astro)

Background I wanted to implement a feature in Astro that allows authentication with an...

Learn More 0 0Oct 1 '24