Secure JWT Authentication - Where to store the JWT Token. How to store JWT token in httpOnly cookies
In this video I go through a few possibilities on how to use the JWT token.
If you enjoyed this video then check out The Complete Strapi Course on Udemy:
JWT Tokens are used for authentications with many APIs and especially with Headless CMSs (such as Strapi, Sanity, etc..)
I go through dangerous and safe ways to store the JWT when working with a “fat client“ (e.g. React app)
Let me know what you think in the comments!
These are DANGEROUS ways to store the JWT token:
The reason why storing your JWT token in the frontend is dangerous is because if your site is subject to XSS (Cross Side Scripting) then a malicious script will have access to your token.
Ephemeral use example:
The httpOnly example will be in an upcomi
1 view
1394
340
2 years ago 01:52:13 4
Spring Security: Spring Security + REST + JWT
5 years ago 01:44:47 10
Реализация Spring Security JWT (Запись стрима от )
2 years ago 00:33:11 0
Fast API Tutorial, Part 27: Security with JWT
3 years ago 00:11:29 17
Secure Your Go REST API with JWT Authentication
5 years ago 01:27:28 39
Создание Spring Security REST API с использованием JWT токена
5 years ago 00:11:36 3
[Spring Boot Security] #06 JWT Authentication
2 years ago 01:25:32 0
Microservices Security Using JWT | Spring Cloud Gateway | JavaTechie
1 year ago 00:12:53 0
Secure JWT Authentication - Where to store the JWT Token. How to store JWT token in httpOnly cookies
1 year ago 01:07:28 5
How to Easily Secure Your Fullstack ReactJS - Spring Boot Application With the JWT Authentication
1 year ago 01:20:22 8
JWT-аутентификация для нативных приложений - Spring Security
1 year ago 00:39:49 0
JWT-аутентификация для веб-приложений - Spring Security
4 years ago 00:27:36 0
JWT Authentication Tutorial -
2 years ago 00:04:51 2
Полный курс по Spring (Hibernate, JPA, Boot, REST, Security, JWT)
5 years ago 00:05:24 1
Make your Flask API more Secure with Basic Authentication Python
6 years ago 01:38:22 8
Современная JWT-авторизация для веб-приложений на клиенте и сервере
6 years ago 01:41:00 0
What are JSON Web Tokens? JWT Auth Explained [Tutorial]