Articles by Tag #authjs

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

Auth.js v5 + Google OAuth: How to Create Users With the Correct Role (The Right Way)

If you are using Auth.js v5 (NextAuth) with Google OAuth and role-based onboarding, you will likely...

Learn More 0 0Dec 17 '25

TLDR; Google Auth in ReactJS using Supabase

My project was created using vite + react-js. I have google auth enabled in my Supabase project with...

Learn More 0 0Oct 10 '25

Wallets Are the New Auth Layer

If you have implemented authentication in Web2, Web3 wallets should not feel strange. They solve the...

Learn More 6 0Jan 11

Don’t Trust, Just Verify: Auth, Faults, and Monitoring

In part 6 of our System Design series, we’ll tackle the critical pillars of system reliability and...

Learn More 1 0Sep 11 '25

3 Pitfalls of Multi-Portal Authentication with Keycloak [Part 5]

Saru has 4 portals: System, Provider, Reseller, Consumer. Each runs on a different subdomain, but they share one Keycloak realm.

Learn More 0 0Jan 19

Solved: The Headache of Testing OAuth Integration (Free & Open Source Mock Server)

If you've ever tried to write End-to-End (E2E) tests for an application that relies on "Login with...

Learn More 1 0Jan 14

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 6 3May 17 '25

The Developer's Complete Guide to CIAM Providers in 2025: 30+ Platforms Analyzed

If you've ever spent weeks researching authentication providers only to feel more confused than when...

Learn More 1 0Aug 27 '25

How I Built a Secure, Scalable Auth System in Next.js 15 (with JWT, Edge Middleware, and Drizzle)

Authentication is the backbone of most modern web applications, yet it's often one of the most...

Learn More 11 0May 26 '25

Django Login View & Template Authentication: A Step-by-Step Guide

🚀 Learn How to Implement User Authentication in Django! User authentication is a crucial part of...

Learn More 1 0Feb 13 '25

BetterAuthKit: The Ultimate Next.js 15 Auth Starter You’ve Been Waiting For

Authentication is often one of the most time-consuming and error-prone parts of building modern web...

Learn More 5 1Jun 16 '25

Introducing Nile Auth for B2B apps

Today, we are excited to introduce Nile Auth, a comprehensive B2B authentication solution explicitly...

Learn More 5 0Mar 28 '25

Next.js + Better Auth + Prisma With Dashboard Starter Kit

Features Next.js 15 with App Router for modern React development Better Auth for seamless...

Learn More 3 0Mar 23 '25

🚀 We just shipped Nile-Auth v4.0: Account Linking, CORS Support, and More

We just released a major update to Nile-Auth, an open-source authentication service for B2B...

Learn More 2 0Apr 11 '25

Using Auth.js in QwikJS with Modular Forms

How to use Auth.js in QwikJS with Modular Forms

Learn More 3 0Apr 18 '25

Secure Your REST API with JWT Authentication (Beginner Friendly)

1. Introduction As APIs become more central to modern web apps, securing them is critical....

Learn More 1 0Jun 20 '25

How does Authentication work & different types

How Do Authentication Methods Work? You’re logging into an app — maybe checking messages,...

Learn More 0 0May 16 '25

Nextjs Oauth2 Integration with AuthAction

AuthAction is a flexible auth platform for both frontend and M2M apps. It supports OAuth2, social...

Learn More 0 0May 13 '25

Next.js Auth Starter – Auth.js, Prisma & MongoDb

A simple authentication starter for Next.js 15 App Router using Auth.js v5 , Prisma, mongodb, and...

Learn More 0 0Mar 20 '25

Authentication in nextjs app-router using Auth.js v5 with Credentials

Code: next-auth-dashboard

Learn More 0 0Mar 8 '25

Secure Login with Google Auth: A Developer's Introduction

Why Google Auth Belongs in Every Developer's Toolkit When I was planning my Capstone project I knew I...

Learn More 0 0Aug 14 '25

🛡️ Secure Your Tokens the Right Way: BFF + Redis Explained

Imagine this: you’ve built a beautiful web app with React or Vue. Users log in, and boom—they’re in!...

Learn More 1 0Jul 8 '25

[Boost]

Introducing Nile Auth for B2B apps sriramsub ・ Mar 28 ...

Learn More 0 0Mar 28 '25

I built a "Login with WhatsApp" for my projects

I created a "Login with WhatsApp" to authenticate users in my projects — with auto-verified phone and...

Learn More 0 0Apr 12 '25

We keep shipping!!!

🚀 We just shipped Nile-Auth v4.0: Account Linking, CORS...

Learn More 0 0Apr 11 '25

Testing NextAuth.js Logins in Cypress: Optimizing Speed & Reliability

Login Strategies for Cypress Tests In this article, I will demonstrate different...

Learn More 0 0Apr 23 '25

Authentication and Authorization Best Practices

In an era where cybersecurity threats are ever-evolving, robust authentication and authorization...

Learn More 0 0Feb 24 '25

Nextjs and next auth middleware baby.

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

Learn More 0 0Feb 23 '25

Authentication using NestJS and JWT

Authentication is a fundamental pillar in web application development. I’ll explain how to handle...

Learn More 0 0Apr 28 '25

How to select oauth scopes in next-auth / authjs

You can select the scopes you want to request from GitHub/your oauthprovider in the login page, and...

Learn More 0 0Feb 20 '25