Framework and Utilities for rapid development using dotnet core 3 Web API with Jwt authentication and LiteDb local storage.
Info
Version: | 0.0.6 |
Author(s): | Jacob Schellenberg |
Last Update: | Tuesday, December 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Primeval |
Install
Install-Package Primeval
dotnet add package Primeval
paket add Primeval
Primeval Download (Unzip the "nupkg" after downloading)
Dependencies
- LiteDB(>= 4.1.4)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.0.0)
- Microsoft.AspNetCore.SpaServices.Extensions(>= 3.0.0)
- System.IdentityModel.Tokens.Jwt(>= 5.6.0)