Город МОСКОВСКИЙ
00:05:07

How to generate JWT token in Java | JWT, RSA256 and Auth0

Аватар
Реактивный Кодекс
Просмотры:
34
Дата загрузки:
28.11.2023 12:21
Длительность:
00:05:07
Категория:
Технологии и интернет

Описание

In this video, I will show you how to generate an RSA signed JWT token in Java. We will use auth0 JWT library to create a signed tokens with custom claims. Bear in mind, this example does not cover how to persist or load stored RSA key pair (public and private key used for signing the token). We will just generate a new key pair every time to make the example simpler!

The Java example code https://github.com/ps-after-hours/jwt-generator

How to validate a JWT token in Java https://youtu.be/Dr4Ae61KGsM
What are JWT tokens and how to use them: https://www.youtube.com/watch?v=9nBu5qtVxMM

#jwt #java

Рекомендуемые видео