Articles by Tag #jwt

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

Understanding JWT Authentication: A Comprehensive Guide with Examples

In the world of web development, security is paramount. One of the most popular methods for securing...

Learn More 309 30Jun 21 '24

JWT Explained

If you are a web developer or a student studying web development you must have heard of the term JWT....

Learn More 68 15May 14 '24

OAuth vs. JWT: Ultimate Comparison

One of the most critical decisions in a software development project is selecting security standards....

Learn More 39 4Jul 25 '24

JWT Refresh with Axios Interceptors in React

Advanced API Client Configuration with Axios and JWT Refresh Token Handling in React In...

Learn More 37 4Jul 18 '24

Securing Microservices with Spring Security: Implementing JWT

JSON WEB TOKEN (JWT) JWT (JSON Web Token) is a method for securely transmitting...

Learn More 31 1Aug 23 '24

🔐 JWT Simplified: How Does It Keep You Logged In?

In today's digital landscape, user authentication is paramount for ensuring security and convenience....

Learn More 27 0Oct 3 '24

ASP.NET 8 - Authentication and Authorization in 7 steps.

Introduction In this tutorial, you will learn how to develop an API for user...

Learn More 23 3May 5 '24

Authentication with JWT - where to store? - Access & Refresh Tokens

What is User Authentication & Authorization? Authentication Verifying a user's or an entity's...

Learn More 21 0Jun 20 '24

Securing Your Go API with JWT Authentication

Alright, let’s get real for a second. Security is a big deal, and if you’re building APIs, you can’t...

Learn More 15 2Oct 3 '24

Understanding Laravel Authentication: Best Practices and Tips

In the realm of Laravel development, user authentication serves as the gatekeeper, ensuring only...

Learn More 12 8Jun 13 '24

Creating a Secure NestJS Backend with JWT Authentication and Prisma

In this tutorial, we will create a secure backend application using NestJS, Prisma, and JWT-based...

Learn More 12 0Jun 13 '24

Session, Cookie, JWT, Token, SSO, and OAuth 2.0

Here’s an overview of each authentication and session management mechanism, along with examples: ...

Learn More 11 1Sep 8 '24

Securing Your Fullstack App: Authentication & Authorization with JWT in Next.js and Node 🔒 🚀

Securing your fullstack application is critical to protect user data and maintain trust. One of the...

Learn More 11 1Nov 27 '24

flow design for access and refresh token- JWT

let build low-level-design for the same. login the user with credential and validate it...

Learn More 11 1Dec 19 '24

How to implement JWT in Laravel API

How to implement JWT Authentication. Effortlessly Implementing it in Fast, Simple Steps. After you...

Learn More 11 0May 4 '24

Using Rust and Axum to build a JWT authentication API

Written by Eze Sunday✏️ Building a non-trivial web application with Rust can be fairly...

Learn More 10 0Jun 5 '24

Implementing Email Code Verification in Java Spring Boot

Introduction Email verification is a critical component in many applications, especially during user...

Learn More 10 0Aug 9 '24

Understanding JWT and Validating Tokens with Expiry Dates

JSON Web Tokens (JWT) are widely used for secure data transmission and authentication in modern web...

Learn More 9 0Jun 25 '24

Key Concepts to Understand Before Diving into Nylas

Must-Know Concepts Before You Dive into Nylas So, I was ready to get started with Nylas...

Learn More 9 0Aug 12 '24

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

Understanding JWT and Bearer Tokens: What Every Developer Should Know

Tokens are essential in the realm of digital security, functioning to authenticate and authorize...

Learn More 9 0Jun 27 '24

A Step by Step Guide to Building Lightning Fast APIs

FastAPI is a Python framework that lets you build APIs with speed and simplicity. It supports async...

Learn More 8 0Feb 14

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

Securing Your .NET APIs with JWT Authentication

JSON Web Tokens (JWT) are a widely-used standard for securing APIs. In this post, we will explore how...

Learn More 8 1Jan 3

More Secure JWT | A Better Experience

Hi there DEV.to community! Recently I've read some small posts on my social media that pointed out...

Learn More 8 0Oct 5 '24

Laravel 11 API Rest Auth with jwt-auth

Installing via composer composer require tymon/jwt-auth Enter fullscreen mode ...

Learn More 7 0Jul 26 '24

JWT Token Refresh: Authentication Made Simple 🔐

Why Do We Need Token Refresh? Imagine you're playing an online game, and every 30 minutes,...

Learn More 6 3Nov 29 '24

DIY JWT Authentication in FastAPI Using Only Python

Leapcell: The Best of Serverless Web Hosting Implementing Authentication with JWT in...

Learn More 6 0Apr 10

Understanding JSON Web Tokens (JWT) and Their Use in Web Authentication

In today's web development landscape, secure authentication mechanisms are more important than ever....

Learn More 5 0Jun 1 '24

How Token-Based Authentication Works: A Practical Walkthrough

Authentication is essential for securing web applications. In this article, I will explain...

Learn More 4 1Mar 26