Skip to content

kad1r/jwttutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jwttutorial

Json Web Token (JWT) Tutorial
It's very simple tutorial. There are token and user services to get user and generate access token.
Startup.cs has some configurations for dbcontext, jwt and services.

Get token -> https://localhost:44368/api/identity/Authenticate
Get token parameters -> https://localhost:44368/api/auth/token
Refresh token -> https://localhost:44368/api/identity/refreshtoken

database

Please run sql file on your sql server for database. File is in /Database/Blog.sql

test

You can use postman to test it

About

Json Web Token (JWT) Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages