Skip to content

atabegruslan/AspNetJwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swagger: https://localhost:7049/swagger/index.html

Login

curl --location 'https://localhost:7049/api/User' \
--header 'Content-Type: application/json' \
--data '{
  "username": "string",
  "password": "string"
}'

Visit a protected page

curl --location 'https://localhost:7049/api/Home' \
--header 'Authorization: Bearer eyJhbG...' \
--data ''

Tutorials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages