Articles by Tag #jwt

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

Securing Microservices with Spring Security: Implementing JWT

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

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

Access and Refresh Tokens in Token-Based Authentication

🔑 Token-based authentication has become the standard for modern web applications and APIs. If you've...

Learn More 17 0Aug 2

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 16 2Oct 3 '24

The Definitive Auth Guide for Backend Developers

Most devs treat authentication like a checkbox - “yep, users log in, done.” Newsflash: that lazy...

Learn More 13 2May 22

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 12 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 12 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

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

JWT, JSON & Tokens in 4 minutes

What is a JWT? JWT stands for (JSON Web Token) defines for us a way to transfer...

Learn More 8 4Jul 23

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

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

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

Generate a Random String for a JWT Secret

How to Generate a Random String for a JWT Secret (Safely!) When working with JWT (JSON Web...

Learn More 6 0Jul 31

Authentication and Authorization Techniques in Modern Web Applications

As the web grows more complex, securing applications has become paramount. Two critical pillars of...

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

What is JWT (JSON Web Token)?

In modern web development, secure user authentication and data exchange are essential. One of the...

Learn More 6 0Aug 7

JavaScript in the Browser: Understanding and Manipulating the Document Object Model (DOM)

Javascript is one of the core technologies of the World Wide Web, alongside HTML and CSS.It's a...

Learn More 5 0May 16

What I’ve Been Working On Lately: Networking Tools and JWT Auth

Over the last few weeks, I’ve been keeping things simple and focused: building small networking tools...

Learn More 5 0Jul 5

[Part 1] Rails 8 Authentication but with JWT

This article is a simple guide how to integrate JWT with new Rails 8 Authentication

Learn More 5 0Jan 10

Database Setup, JWT Implementation & API

Foundation For this series, our launchpad will be two separate applications: the Spring...

Learn More 4 0Oct 26 '24

Implementing JWT Authentication in Minimal APIs

In my previous article, I covered validation in Minimal APIs, but security is just as important. Most...

Learn More 4 0Feb 5

Part 1: How to build Auth API in Rust using gRPC

Introduction Welcome to the first part of our comprehensive guide on building an...

Learn More 4 0Sep 4 '24

Private Self-Hosted OIDC AWS Authentication

Often times in order to connect to AWS services from our local machines or external systems, we...

Learn More 4 0Oct 2 '24

Securing Your REST API with JWT Authorizers and Amazon Cognito

Most applications today expose an API to facilitate seamless interaction with their features and...

Learn More 4 1Oct 31 '24

How Token-Based Authentication Works: A Practical Walkthrough

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

Learn More 3 1Mar 26

🛡️ Securing Your Express.js App: JWT Authentication Step-by-Step 🚀

When building web applications, security is one of the most critical aspects you need to focus on....

Learn More 3 0Oct 1 '24

Learn JWT in a way you never forget

In today's digital world, security is paramount. Have you ever wondered how websites keep you logged...

Learn More 3 0Aug 26 '24

Understanding JSON Web Tokens (JWT): The Key to Secure Authentication

In today's digital landscape, security is paramount. As developers, we need reliable methods to...

Learn More 3 0Sep 27 '24

JWT: The Secret Code for Web Security 🔐

Imagine your web application is a party, and you need a way to ensure only the right guests get in....

Learn More 3 0Aug 30 '24