Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
A step-by-step guide on how to use Shopify session tokens (JWT) to authenticate requests from a POS Extension to your backend.
Um passo a passo sobre como usar session tokens (JWT) da Shopify para autenticar requisições de uma POS Extension para o seu backend.
In this series, we'll build a backend service in Rust with JWT (JSON Web Token) authentication. We'll...
Learn what Access Tokens and Refresh Tokens are, why both exist, and how they balance security and user experience — explained simply for developers!
JWT (JSON Web Token) is a widely used solution for securing REST APIs. Here's how you can implement...
Publicado originalmente no Medium Carolina Vila-Nova Em um cenário de microsserviços e APIs...
TechTask_API Overview TechTask_API is a multi-layered backend application built...
In a microservices world, your Laravel application often handles user authentication (via Sanctum or...
Let's use JWT instead of session in Node js for making web apps. Ok firstly we should install all...
Welcome back to the NestJS Expert Series! 🎉 In Part...
Simple explaination of session management.
APIs don’t need to remember who you are if you bring your proof every time. That’s the idea behind...
FastAPI is a Python framework that lets you build APIs with speed and simplicity. It supports async...
Hey developers, Here’s a small JWT (JSON Web Token) code snippet in the image but something’s not...
Most devs treat authentication like a checkbox - “yep, users log in, done.” Newsflash: that lazy...
Recently, I was asked to architect and implement a multi-tenant SaaS application in NestJS with the...
Before I get to the new kid (IETF RFC 7515 JSON Web Signature - JWS) support, for key discovery and...
🔑 Token-based authentication has become the standard for modern web applications and APIs. If you've...
⚠️ Disclaimer This article assumes you're already somewhat familiar with Kubernetes concepts (Pods,...
What is a JWT? JWT stands for (JSON Web Token) defines for us a way to transfer...
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!
Introduction In modern Node.js environments, including NestJS, security best practices...
Throughout my 5-year career in frontend development, almost every application I built utilized JWT...
Learn how to generate cryptographically secure JWT secrets for HS256, HS384, and HS512. Includes code examples, best practices, and common mistakes to avoid.
In today's connected world, we all want to access our favorite apps and websites without re-entering...
JSON Web Tokens (JWT) are a widely-used standard for securing APIs. In this post, we will explore how...
I am turning to full-stack from a frontend developer. As a React.Js developer, I wanted to stick with...
This guide provides a step-by-step tutorial on implementing cookie authentication in your tRPC application, enhancing security and user experience.
When you’re building authentication in a Node.js application, JSON Web Tokens (JWTs) are one of the...
let build low-level-design for the same. login the user with credential and validate it...