Andrew Davidemperorsixpacks.hashnode.dev·Oct 9, 2024How to Implement Multi-Device Authentication System with FastAPI, Redis, and JWTMany big tech companies offer a cool feature that allows users to login on multiple devices. Users can manage their devices, view which ones are signed in, and even sign out from any device using any of their logged-in devices. Today, I want to explo...authentication
Venkata Thanoojthanooj.hashnode.dev·Mar 2, 2024JWT in Spring Boot: A Comprehensive GuideIn the realm of web security, JSON Web Tokens (JWT) have become a cornerstone for securing RESTful APIs. This article delves into the theoretical foundation of JWTs, their integration within Spring Boot applications, and offers code snippets with tho...43 readsJWT
Manasa Mandalreddymanasamandalreddy.hashnode.dev·Dec 25, 2022What is HTTP protocol?In this blog, we will understand what is HTTP protocol and its basic features with examples. Okay, so it's a protocol, so what does it mean? A protocol means a set of rules and regulations or guidelines while communicating or executing a task. Okay, ...38 readsHTTP protocol