Articles by Tag #authentication

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

Convex & Kinde

This guide outlines the Kinde-specific setup for Convex, following a flow similar to the Convex &...

Learn More 108 0Dec 25 '24

Laravel Passport: API authentication with access and refresh token

In Laravel, we can use authentication systems like Sanctum, and Passport. Still, Passport is one of...

Learn More 84 10May 22 '24

Node.js Authentication: Best Practices and Key Strategies

This article showcases secure login strategies for Node.js, implementing multiple security techniques...

Learn More 40 6Nov 11 '24

Understanding Upwork's Security Systems: A Deep Technical Dive

1. Behavioral Analysis a) Account Activity Patterns Login times and frequency...

Learn More 32 5Nov 22 '24

Integration of Facial Authentication (Recognition) on an Employee Dashboard using FACEIO, Next.js & Typescript.

While there are different authentication methods, Facial Authentication adds a higher level of...

Learn More 25 0May 13 '24

What is SCIM Provisioning: In-Depth Guide [2024]

The ability to outsource and automate repetitive daily tasks is at the core of why SCIM provisioning...

Learn More 24 1Oct 29 '24

🌟Implementing OpenID Connect with OpenIddict

Recently, I had the opportunity to work with OpenIddict for implementing OpenID Connect. It can be...

Learn More 20 0Jul 3 '24

Authentication with Clerk in NestJS Server Application

Introduction This article provides a comprehensive, step-by-step guide to implementing...

Learn More 19 2Jan 4

The Ultimate Guide to Understanding Web Application Authentication

Web application authentication is a critical component of web security, ensuring that only authorized...

Learn More 18 0Oct 9 '24

Implementing Microsoft Entra Certificate-Based Authentication with Playwright

Use Playwright with sites secured with Microsoft Entra and certificate-based authentication (CBA). Follow this guide for step-by-step instructions and code examples to set up passwordless, phishing-resistant authentication.

Learn More 17 0Sep 18 '24

How to Configure SSH for GitHub Authentication on Linux

Step-by-step guide to setting up SSH authentication for GitHub on Linux, including key generation, adding to the SSH agent, and persisting the key across sessions.

Learn More 17 1Jan 16

How to Implement Two-Factor Authentication (2FA) in Golang

Authentication is crucial for ensuring security and passwords alone are no longer sufficient to...

Learn More 16 0Jul 1 '24

Using GitHub as an Authentication Provider in Your Angular App with PocketBase

Authentication is always a delicate subject since it is one of the core layers guarding your...

Learn More 15 1Aug 19 '24

No Matching Passkeys Available: Troubleshooting Your Login Issue

As more platforms adopt passkeys, the login process is becoming more secure and convenient. However,...

Learn More 13 0Oct 7 '24

Mastering Next-Auth: Your Comprehensive Guide to Next.js Authentication

NextAuth.js is a complete open-source authentication solution for Next.js applications. It is...

Learn More 12 0May 31 '24

Docusaurus authentication with Entra ID and MSAL

Introduction Docusaurus (https://docusaurus.io) is a well-regarded open-source tool for...

Learn More 12 2Oct 2 '24

How to Implement API Key Authentication in .NET 8

What is API Key Authentication in .NET 8? Imagine you’ve developed a weather dashboard...

Learn More 11 0Aug 3 '24

Email and Password auth using Better_Auth, nextjs, prisma, shadcn and tailwindcss

In this blog post, we'll explore how to set up email and password authentication in a modern web...

Learn More 11 3Nov 26 '24

The Risks of User Impersonation

What is user impersonation? User impersonation is anything that allows your systems to...

Learn More 10 0Jan 24

Create a Simple Authentication System for your Next Application with Clerk

Authentication is a process through which users verify their identity before accessing a system. In...

Learn More 10 0Oct 26 '24

Demystifying Session-Based Authentication: Your Angular Roadmap

Introduction In this series of articles I want to describe private communication solutions...

Learn More 10 3May 16 '24

AWS Multi-Session Support: Seamlessly Switch Between Accounts

AWS introduces multi-session support in the AWS Management Console, allowing users to sign in to multiple accounts simultaneously within a single browser.

Learn More 9 0Jan 16

How to Generate and Verify OTPs in Next.js

When building modern web applications, One-Time Passwords (OTPs) are critical in two-factor...

Learn More 9 0Oct 24 '24

Understanding Authentication & Authorization (JWT, OAuth2.0, Session) Concepts

In this blog, I've shared my understanding on different Auth strategies. What is...

Learn More 9 0Apr 3

JWT vs PASETO: New Era of Token-Based Authentication

Table Of Contents How Does Token-Based Authentication Work? What is JWT? How JWT...

Learn More 9 0May 22 '24

Best Authentication Libraries for Next.js in 2025 🔐

Adding authentication to your Next.js app is easier than ever — but picking the right tool depends...

Learn More 8 0Apr 14

Comprehensive Guide to SvelteKitAuth: Secure Authentication for SvelteKit Apps

I've been working on an exciting series about authentication in SvelteKit using SvelteKitAuth. This...

Learn More 8 0Jul 14 '24

Building an Attendance System Powered by Face Recognition Using React and FACEIO

Quer você esteja gerenciando uma equipe remotamente ou ensinando um grupo de alunos, ter um sistema...

Learn More 8 0Jan 7

Laravel 10 - JWT Authentication API

In a Laravel 10 application, there are various API authentication systems available, such as Laravel...

Learn More 8 0May 23 '24

Authentication opens a new window popup with postMessage

Diagram: When you have a large system with many services, each service is responsible for a...

Learn More 8 0May 10 '24