Browsing Tag
jwt
9 posts
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 web…
Understanding JWT: Basics of Authentication and Algorithms
This is a JWT token. It consists of a Header, a Payload, and a Signature. JWTs are considered…
Laravel 10 & Next.js 13 JWT open-source boilerplate
Dear developers, We are excited to announce the release of a new open-source project: a Laravel 10 JWT…
Implementing JWT Authentication and User Profile with Django Rest API Part 3
Introduction Welcome back to part three of our React and Django series, where we’re creating a Notes app…
AWS API gateway JWT Authorizer with zitadel
AWS API gateway introduced HTTP API endpoints based integration in recent 2-3 years and they are different from…
Symfony 6 and JWT bundles: Refresh token
* The cover image is originally by geralt and edited with great appreciation. Summary Are you interested in…
Symfony 6 and Lexik JWT Bundle 2: Auth with JSON Web Token
Summary JWT, JSON Web Token, is one of the open Internet protocol standards, described as “a compact, URL-safe…
Authentification avec Express et PrismaDB
Ce qu’on va utiliser Express C’est une librairie NodeJS qui rend le fait de créer un serveur REST…
How to protect a route with JWT Token in React using Context API and React Cookies
What will be done? We’ll learn how to protect a route by JWT authentication in react-router-dom v6. The…