Base functionality for a simple resource server (Web API web application) including classes for consistent response objects and middleware for token validation. 
                        
                    
         
                Info
| Version: | 1.2.1 | 
| Author(s): | eCubed | 
| Last Update: | Friday, June 29, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/FCore.ResourceServer | 
Install
Install-Package FCore.ResourceServer
                        dotnet add package FCore.ResourceServer
                        paket add FCore.ResourceServer
                        
                                FCore.ResourceServer Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.0.2)
- FCore.Cryptography(>= 1.2.0)
- FCore.WebApiServerBase(>= 1.2.0)
- FCore.Net.Security(>= 1.2.0)
- Microsoft.AspNetCore.Http(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.2)
Tags
