Contains SQL scripts and functionality to create the necessary tables for IdentityServer4 Persistance Storage, on a given ConnectionString + Db Schema.
Info
Version: | 4.0.1 |
Author(s): | Simon Faltum |
Last Update: | Sunday, March 21, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/simonfaltum/IdentityServer4.Dapper.Storage |
NuGet Url: | https://www.nuget.org/packages/VeryGood.IdentityServer4.Storage.DatabaseScripts.DbUp |
Install
Install-Package VeryGood.IdentityServer4.Storage.DatabaseScripts.DbUp
dotnet add package VeryGood.IdentityServer4.Storage.DatabaseScripts.DbUp
paket add VeryGood.IdentityServer4.Storage.DatabaseScripts.DbUp
VeryGood.IdentityServer4.Storage.DatabaseScripts.DbUp Download (Unzip the "nupkg" after downloading)
Dependencies
- VeryGood.IdentityServer4.Dapper.Storage(>= 4.0.0)
- IdentityServer4(>= 4.1.1)
- dbup-core(>= 4.5.0)
- dbup-sqlserver(>= 4.5.0)