Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 669 Bytes

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.