Ch 8 - How to Generate or Create and Use Refresh Token to Get Access Token (JWT) in Asp.Net Core 3.1

preview_player
Показать описание
In this video, I have discussed how to generate or create and use the refresh token to get access token in Asp.Net Core 3.1?
I have discussed here to use JWT refresh token in Asp.Net Core 3.1
This video also relates to the below topics:
- OAuth refresh token
- dotnet core 2.2 refresh token
- refresh_token
- refresh token expiration

Github URL:

Download the code from Google Drive:

Go to this link to take the test to identify yourself.

Рекомендации по теме
Комментарии
Автор

a very good and clear explanation about how to manage the refresh tokens, there's is not a complex behavior a this is why I like, thank you so much

rubenkatz
Автор

How to consume this api in asp.net core and when to fire refresh token from front end

MLDOTNET
Автор

my scenario is different first use granttype=password create referesh token to use login api and then use same api create access token using granttype=access token

Dattaudamale