Skip to content

.Net Framework 4.8 class library providing WEB API Registration, JWT Security, Swagger Documentation & Dependency Injection

Notifications You must be signed in to change notification settings

rrascalon/net-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Documentation will come soon

Added Net.Web.Api.Sdk.Web.Examples project

- Create a JWT Service
- Validate a JWT Service
- Revoke a JWT Service (Using LiteDB, future version will feature provider to different DBs or Cache Services) 
- Upload File Service

Startup steps

1- Create an ASP.NET Web Application (.NET Framework) with framework version 4.8

2- Choose Empty application

3- Remove the nuget package 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform' if present

4- Add the reference to the Net.Web.Api.Sdk library or add it from Nuget

5- Add a Global Application Class in the ASP.NET Web Application

6- Add the following methods in:

- Application_Start

	GlobalConfiguration.Configuration.RegisterWebApi();
    
- Application_End

	GlobalConfiguration.Configuration.UnRegisterWebApi();

7- Set the startup page ASP.NET Web Application to swagger/ui/index

About

.Net Framework 4.8 class library providing WEB API Registration, JWT Security, Swagger Documentation & Dependency Injection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published