Skip to content

NickStavrou-Net/WebApi-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebApi-Project

Use of ASP.NET MVC WebApi 2.2

Test it with Postman or any other tool.

In order to access the Api use the AuthorizeApp Model in the database file to get the AppToken and AppSecret and make a post with the body like this:

{
	"appToken": "The appToken value from database",
	"appSecret": "The appToken value from database"
}

If they have expired change the date in the database.

After getting your Token you can make a call to the api by adding in the Header the Authorization in the Key and in Value you type: Bearer leave a space and paste after the token

JWT.IO allows you to decode, verify and generate JWT.

About

Use of WebApi-2.2 with MVC.NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published