DEV Community

# jwt

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
The Ultimate Guide to JWT client side auth (Stop using local storage!!!)

The Ultimate Guide to JWT client side auth (Stop using local storage!!!)

654
Comments 22
6 min read
JWT Authentication Best Practices

JWT Authentication Best Practices

494
Comments 18
14 min read
How I Fixed JWT Security Flaws in 3 Steps

How I Fixed JWT Security Flaws in 3 Steps

279
Comments 43
4 min read
Handling Authentication With JWT

Handling Authentication With JWT

228
Comments 5
4 min read
JWT Authentication in React with react-router

JWT Authentication in React with react-router

225
Comments 30
10 min read
Simple Intro to JWT Basics

Simple Intro to JWT Basics

198
Comments 8
8 min read
The Ultimate Guide to handling JWTs on frontend clients (GraphQL)

The Ultimate Guide to handling JWTs on frontend clients (GraphQL)

189
Comments 8
4 min read
Remaining Stateless - JWT + Cookies in Node JS(REST)

Remaining Stateless - JWT + Cookies in Node JS(REST)

173
Comments 25
4 min read
JWT (JSON Web Token)

JWT (JSON Web Token)

169
Comments 17
4 min read
The basics of JWT (JSON Web Tokens) for Dummies

The basics of JWT (JSON Web Tokens) for Dummies

169
Comments
2 min read
How To Build Rest API With NodeJS, Express, and MySQL

How To Build Rest API With NodeJS, Express, and MySQL

159
Comments 46
16 min read
Stop Guessing: What is a JWT?

Stop Guessing: What is a JWT?

154
Comments 13
5 min read
React User Authentication - Using JWT (Json Web Tokens)

React User Authentication - Using JWT (Json Web Tokens)

136
Comments 9
8 min read
JWT vs Session Authentication

JWT vs Session Authentication

133
Comments 24
3 min read
How to invalidate a JWT using a blacklist

How to invalidate a JWT using a blacklist

118
Comments 25
5 min read
Signing and Validating JSON Web Tokens (JWT) For Everyone

Signing and Validating JSON Web Tokens (JWT) For Everyone

103
Comments 15
10 min read
JWT how does it work and is it secure?

JWT how does it work and is it secure?

94
Comments 5
4 min read
Next.js Authentication - JWT Refresh Token Rotation with NextAuth.js

Next.js Authentication - JWT Refresh Token Rotation with NextAuth.js

89
Comments 35
5 min read
Django Rest Framework custom JWT authentication

Django Rest Framework custom JWT authentication

85
Comments 32
8 min read
Devise and JWT in Rails

Devise and JWT in Rails

73
Comments 12
9 min read
Securing Node.js Applications with JSON Web Tokens(JWT)

Securing Node.js Applications with JSON Web Tokens(JWT)

71
Comments 2
19 min read
Remaining Stateless - Using Redis for token blacklisting in Node JS

Remaining Stateless - Using Redis for token blacklisting in Node JS

64
Comments 12
4 min read
API Authentication Workflow with JWT and Refresh Tokens

API Authentication Workflow with JWT and Refresh Tokens

63
Comments 9
3 min read
How do you handle role/permissions updates with JWT?

How do you handle role/permissions updates with JWT?

61
Comments 17
1 min read
Setting up an authenticated route in React

Setting up an authenticated route in React

60
Comments 6
4 min read
Create APIs with JWT authorization using Spring boot

Create APIs with JWT authorization using Spring boot

58
Comments 21
10 min read
JWT Authentication in Node.js

JWT Authentication in Node.js

57
Comments
11 min read
Safely Handling JWTs

Safely Handling JWTs

55
Comments 3
9 min read
ASP.NET Core 6: Autenticación JWT y Identity Core

ASP.NET Core 6: Autenticación JWT y Identity Core

53
Comments 5
12 min read
How to protect a route with Token in React using Context API and React Cookies

How to protect a route with Token in React using Context API and React Cookies

51
Comments 8
4 min read
Practical Rust Web Development - Authentication

Practical Rust Web Development - Authentication

49
Comments 14
8 min read
Spring Boot REST API authentication best practices using JWT

Spring Boot REST API authentication best practices using JWT

48
Comments 6
9 min read
What is a JWT token

What is a JWT token

44
Comments 4
3 min read
JWT Bearer Authentication/Authorization with Spring Security 5 in a Spring Boot App (outdated)

JWT Bearer Authentication/Authorization with Spring Security 5 in a Spring Boot App (outdated)

44
Comments 3
7 min read
JWT Authentication with Access Tokens & Refresh Tokens In Node JS

JWT Authentication with Access Tokens & Refresh Tokens In Node JS

44
Comments 11
5 min read
Secure JSON Web Token with Unique Browser IDs

Secure JSON Web Token with Unique Browser IDs

43
Comments 7
2 min read
Nuxt.js 2 And Express.js Authentication with Auth Module and JWT

Nuxt.js 2 And Express.js Authentication with Auth Module and JWT

43
Comments 9
8 min read
Handling user registration and authentication on a laravel API using jwt

Handling user registration and authentication on a laravel API using jwt

42
Comments 9
6 min read
ReactJs JWT Authentication example

ReactJs JWT Authentication example

42
Comments 1
4 min read
How to secure sensitive endpoints using JWT in Node.js

How to secure sensitive endpoints using JWT in Node.js

41
Comments 1
9 min read
JWT Authentication using Prisma and Express

JWT Authentication using Prisma and Express

41
Comments 38
9 min read
Asp Net Core 5 Rest API Authentication with JWT Step by Step

Asp Net Core 5 Rest API Authentication with JWT Step by Step

40
Comments 24
7 min read
JWT authentication with Apollo Server 2: tips and tricks

JWT authentication with Apollo Server 2: tips and tricks

39
Comments 1
7 min read
JWT Authorization for serverless APIs on AWS Lambda

JWT Authorization for serverless APIs on AWS Lambda

39
Comments 4
10 min read
Get started with FastAPI JWT authentication – Part 2

Get started with FastAPI JWT authentication – Part 2

37
Comments 9
5 min read
What I learned on my own | Implementing JWT Authentication on SailsJS (v1)

What I learned on my own | Implementing JWT Authentication on SailsJS (v1)

36
Comments 15
5 min read
How to Secure your API's Routes with JWT Token

How to Secure your API's Routes with JWT Token

35
Comments 1
5 min read
9 Steps for JWT Authentication in Node.js Application

9 Steps for JWT Authentication in Node.js Application

35
Comments 8
9 min read
Nodejs JWT Authentication - Nodejs/Express RestAPIs + JSON Web Token + BCryptjs + Sequelize + MySQL

Nodejs JWT Authentication - Nodejs/Express RestAPIs + JSON Web Token + BCryptjs + Sequelize + MySQL

35
Comments 1
16 min read
JWT Authentication in Typescript with Express

JWT Authentication in Typescript with Express

34
Comments 8
6 min read
Authenticate With Djoser

Authenticate With Djoser

34
Comments 3
4 min read
Automatic authorization in Postman 🔒

Automatic authorization in Postman 🔒

32
Comments 1
2 min read
How to Implement JWT Auth in Laravel 9

How to Implement JWT Auth in Laravel 9

32
Comments 5
7 min read
Authenticating Websockets

Authenticating Websockets

31
Comments
4 min read
A Working Solution to JWT Creation and Invalidation in Golang

A Working Solution to JWT Creation and Invalidation in Golang

31
Comments 5
10 min read
Building Flask User Authentication with JWT

Building Flask User Authentication with JWT

30
Comments 3
6 min read
React Node Jwt Authentication without Redux – using LocalStorage and Axios

React Node Jwt Authentication without Redux – using LocalStorage and Axios

30
Comments
4 min read
Ruby on Rails API Simple authentication with JWT

Ruby on Rails API Simple authentication with JWT

29
Comments 5
3 min read
Understand Spring Security Architecture and implement Spring Boot Security

Understand Spring Security Architecture and implement Spring Boot Security

28
Comments 2
6 min read
Building a Role-Based Access Control System with JWT in Spring Boot

Building a Role-Based Access Control System with JWT in Spring Boot

28
Comments
20 min read
loading...