Skip to content

drak25/IdentityServer3.EntityFramework.MySql

 
 

Repository files navigation

EntityFramework Persistence Layer for IdentityServer3

Dev build: Build status ![Gitter](https://badges.gitter.im/Join Chat.svg)

IdentityServer3.EntityFramework is a persistence layer for IdentityServer v3 configuration data that uses EntityFramework as it's database abstraction.

Modifications of this fork specifically so it will work with MySql's EntityFramework library, MySql.Data.Entity. Check mydev branch.

  1. MySql.Data.Entity.EF6 does not handle DateTimeOffset fields. We change these fields to DateTime and assure UTC is always used.

About

EntityFramework persistence layer for IdentityServer v3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.3%
  • PowerShell 1.6%
  • Other 0.1%