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 1 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 1 0Oct 10 '25

AuthKit Pro – Simplifying NextAuth Setup in Next.js

Setting up authentication in a Next.js project is powerful — but let’s be honest… It’s...

Learn More 3 0Feb 14

Wallets Are the New Auth Layer

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

Learn More 8 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

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

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 3 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 2 0Jan 14

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

A Practical Guide to Secure 2FA with TOTP

Why Your Password Isn't Enough Anymore? Passwords get reused, phished, and leaked. It's...

Learn More 4 0Feb 23

Solving Cross-Origin Cookies

Your chat app works locally but your REST API and WebSocket authentication fail in production. Here's...

Learn More 4 0Feb 16

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

PKCE Explained: Securing the OAuth 2.0 Authorization Code Flow

Proof Key for Code Exchange (PKCE) PKCE stands for Proof Key for Code Exchange. It is a...

Learn More 1 0Mar 8

🔐 localStorage vs sessionStorage vs Cookies (Complete Frontend Guide)

When building authentication, saving user preferences, or managing sessions, developers often choose...

Learn More 1 0Mar 6

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

Using Auth.js in QwikJS with Modular Forms

How to use Auth.js in QwikJS with Modular Forms

Learn More 3 0Apr 18 '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 4 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

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

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

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

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

[Boost]

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

Learn More 0 0Mar 28 '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

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

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

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