Articles by Tag #jwt

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

Shopify POS Extensions: Connecting the Backend Securely

A step-by-step guide on how to use Shopify session tokens (JWT) to authenticate requests from a POS Extension to your backend.

Learn More 3 6Oct 24

Shopify POS Extensions: Conectando o Backend com Segurança

Um passo a passo sobre como usar session tokens (JWT) da Shopify para autenticar requisições de uma POS Extension para o seu backend.

Learn More 1 0Oct 24

Implementing JWT Authentication in Rust with Axum.

In this series, we'll build a backend service in Rust with JWT (JSON Web Token) authentication. We'll...

Learn More 2 0Oct 30

🔐 Understanding Access Tokens and Refresh Tokens (Made Simple for Developers)

Learn what Access Tokens and Refresh Tokens are, why both exist, and how they balance security and user experience — explained simply for developers!

Learn More 4 0Oct 27

JWT Implementation with Spring Security: A Beginner's Guide

JWT (JSON Web Token) is a widely used solution for securing REST APIs. Here's how you can implement...

Learn More 0 0Oct 25

Gerenciamento seguro e eficiente de tokens com Go e Redis

Publicado originalmente no Medium Carolina Vila-Nova Em um cenário de microsserviços e APIs...

Learn More 0 0Nov 12

Building a Scalable and Secure Backend with .NET 9 – TechTask_API

TechTask_API Overview TechTask_API is a multi-layered backend application built...

Learn More 0 2Oct 9

Secure Service-to-Service Auth: Verifying Laravel JWTs in a NestJS Microservice

In a microservices world, your Laravel application often handles user authentication (via Sanctum or...

Learn More 0 0Nov 11

How to use JWT instead of sessions in Node js

Let's use JWT instead of session in Node js for making web apps. Ok firstly we should install all...

Learn More 1 0Oct 22

🔑 NestJS Expert Series (Part 3): Authentication & Authorization with JWT and Guards your

Welcome back to the NestJS Expert Series! 🎉 In Part...

Learn More 0 0Oct 4

Session Management- Cookies, Session and JWT

Simple explaination of session management.

Learn More 5 2Oct 3

Secure Your Spring API With JWT and MongoDB

APIs don’t need to remember who you are if you bring your proof every time. That’s the idea behind...

Learn More 11 2Sep 18

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

𝗖𝗮𝗻 𝗬𝗼𝘂 𝗦𝗽𝗼𝘁 𝘁𝗵𝗲 𝗝𝗪𝗧 𝗠𝗶𝘀𝘁𝗮𝗸𝗲?

Hey developers, Here’s a small JWT (JSON Web Token) code snippet in the image but something’s not...

Learn More 1 0Oct 13

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

Integrating Auth0 Authentication with NestJS Using Organizations (Multi-Tenant Setup)

Recently, I was asked to architect and implement a multi-tenant SaaS application in NestJS with the...

Learn More 2 0Sep 12

💎 ANN: oauth2 v2.0.12 (w/ support for kids)

Before I get to the new kid (IETF RFC 7515 JSON Web Signature - JWS) support, for key discovery and...

Learn More 6 0May 31

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 18 1Aug 2

That Time I Found a Service Account Token in my Log Files

⚠️ Disclaimer This article assumes you're already somewhat familiar with Kubernetes concepts (Pods,...

Learn More 4 0Sep 4

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

Learning JWT security using KumuluzEE — The finances of a league of the environment

Ever wondered how to create a JWT token and what does that actually mean? How about using it in something relatively unknown? Let's see that with KumuluzEE!

Learn More 0 0Dec 27 '24

Resolving TS2769: Bridging the Type Gap in Node.js JWT Expiration

Introduction In modern Node.js environments, including NestJS, security best practices...

Learn More 1 0Nov 11

HttpOnly Cookies: A Secure Solution for Sensitive Data

Throughout my 5-year career in frontend development, almost every application I built utilized JWT...

Learn More 0 0Feb 3

How to Generate Secure JWT Secrets: A Complete Guide for Developers

Learn how to generate cryptographically secure JWT secrets for HS256, HS384, and HS512. Includes code examples, best practices, and common mistakes to avoid.

Learn More 1 0Nov 25

Authentication Tokens: Your Digital VIP Pass 🎫

In today's connected world, we all want to access our favorite apps and websites without re-entering...

Learn More 2 0Sep 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

My Experience Building a Full-Stack App (Next.js + Express + MongoDB)

I am turning to full-stack from a frontend developer. As a React.Js developer, I wanted to stick with...

Learn More 0 0Nov 12

Implementing Cookie-Based JWT Authentication in a tRPC Backend

This guide provides a step-by-step tutorial on implementing cookie authentication in your tRPC application, enhancing security and user experience.

Learn More 2 0Jan 16

Building Refreshing JWT Tokens in Node.js: A Complete Guide

When you’re building authentication in a Node.js application, JSON Web Tokens (JWTs) are one of the...

Learn More 3 1Sep 12

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