Yildiraygemuk / RefreshTokenWebAPI

Using .Net 6 and Jwt, I set up a login structure using a refresh token.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RefreshTokenWebAPI

I created refresh tokens with a .Net 6 Web API.

A refresh token is a special token that is used to obtain additional access tokens. This allows you to have short-lived access tokens without having to collect credentials every time one expires.

About

Using .Net 6 and Jwt, I set up a login structure using a refresh token.


Languages

Language:C# 100.0%