ASP.NET Core middelware that will fetch an ArcGIS Server access token and attach it to the incoming request.
Info
Version: | 1.1.0 |
Author(s): | espenrl |
Last Update: | Thursday, October 12, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/espenrl/erl.AspNetCore.AgsToken |
NuGet Url: | https://www.nuget.org/packages/erl.AspNetCore.AgsToken |
Install
Install-Package erl.AspNetCore.AgsToken
dotnet add package erl.AspNetCore.AgsToken
paket add erl.AspNetCore.AgsToken
erl.AspNetCore.AgsToken Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 1.1.2)
- System.Runtime.Serialization.Json(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- Microsoft.Extensions.Options(>= 1.1.2)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.2)
Tags