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 15 4Nov 26 '24

How to Fix LinkedIn Authentication in NextAuth.js: A Custom Provider Setup Guide

A Quick Guide to Getting LinkedIn OAuth Working Correctly LinkedIn authentication is a...

Learn More 8 3May 17

Next.js 15 Authentication with App Router and Middleware

Here's a comprehensive guide to setting up authentication in Next.js 15 using the App Router,...

Learn More 4 0May 29

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

Implement NextAuth with Next.js and TypeScript

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

Learn More 3 0Apr 25

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 3 0Mar 6

🚫 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 2 0Apr 21

NextAuth.js: An easy way to add authentication to your Next.js project

Recently, I needed to add session management to a Next.js project and came across NextAuth.js. It’s a...

Learn More 1 0Jun 9

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

Nextjs and next auth middleware baby.

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

Learn More 0 0Feb 23

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

NextAuth TwitterProvider UserId on Session

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

Learn More 0 0Dec 13 '24

NextAuth.js v5 Guide: Migrating from v4 with Real Examples

A complete migration guide with actual code from production NextAuth.js v5 (Auth.js) brings...

Learn More 0 0Aug 9