Articles by Tag #authjs

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

User Authentication with Auth.js in Next.js App Router

Table of Contents Initial Setup Install Configure NextAuthConfig...

Learn More 20 4Nov 10 '24

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

Nuxt Authorization: How to Implement Team Role-Based Access Control in Nuxt 3

If you're building a multi-tenant SaaS in Nuxt 3, you'll need a robust permissions system. Here's how...

Learn More 8 0Dec 4 '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

JWT Authentication and Cookie Management in Web Applications

Understanding JWT Authentication and Cookie Management in Web Applications When building...

Learn More 7 0Sep 6 '24

Add Authjs to Next.js 15 app router with GitHub Authentication

Learn how to seamlessly integrate Auth.js into your Next.js 13 App Router project and implement...

Learn More 5 0Dec 22 '24

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

Simple Next.js Magic Link JWT Authentication with Prisma, PostgreSQL, and Resend

When building web applications, authentication is almost always a core requirement. I needed...

Learn More 4 1Oct 7 '24

Master Authentication with Auth.js, Next.js, and PostgreSQL: A Comprehensive Guide

Authentication is a cornerstone of modern web applications, ensuring that users can securely access...

Learn More 4 0Dec 24 '24

Using Auth.js in QwikJS with Modular Forms

How to use Auth.js in QwikJS with Modular Forms

Learn More 3 0Apr 18

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

Integrating LinkedIn Authentication with NextAuth.js: A Step-by-Step Guide

I am going to share my experience about integrating linkedin authentication with NextAuth.js....

Learn More 3 0Sep 18 '24

Implementing Federated Sign-Out with Auth.js in Next.js 14 App Router

In this blog post, we'll explore how to implement federated sign-out using Auth.js (formerly...

Learn More 3 0Sep 28 '24

Mastering Authentication in Next.js: A Step-by-Step Guide to GitHub Login with Auth.js

Introduction Next.js has become a preferred framework for modern web applications due to...

Learn More 2 0Nov 16 '24

🚀 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

Simple Authentication for Nuxt.js (JSON Web Token + Local Storage)

Basic Authentication for Nuxt.js (JSON Web Token + Local Storage) When developing a web...

Learn More 1 0Sep 30 '24

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

Auth, OAuth, and Auth0: What is what?

Cracking the Auth Puzzle: A Tale for Survivors and Learners Oh, is this going to be...

Learn More 1 1Sep 15 '24

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

[Free] First Product Alert: Next.js Starter Template

Worko Dev Store is Live! 🚀 After months of hard work and dedication, I’m excited to announce the...

Learn More 1 0Jan 22

Implementing auth.js v5 with Prisma and Supabase in Next.js

With the new version auth.js v5 on the way, I am going to share my knowledge about step-by-step...

Learn More 1 0Sep 17 '24

Lucia Auth is getting deprected

pilcrowonpaper - author of Lucia Auth package In conclusion, pilcrowonpaper acknowledges that...

Learn More 1 0Oct 21 '24

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

How to get the Oauth providre access tokens from next auth/authjs

Modify your nextauth client and add a callbacks section that will get the access token from the...

Learn More 0 0Feb 20

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

Auth with Next.js+Auth.js+MongoDB, and RBAC -bonus topic: JWT

This is a note to self on implementing authentication, using Next.js, Auth.js, and MongoDB, allowing...

Learn More 0 0Jul 22

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

Authentication and Authorization Best Practices

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

Learn More 0 0Feb 24

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

Integrating GitHub Authentication with NextAuth.js: A Step-by-Step Guide

I am going to share my experience about integrating GitHub authentication with NextAuth.js....

Learn More 0 0Sep 19 '24