Dev build: ![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.
- MySql.Data.Entity.EF6 does not handle DateTimeOffset fields. We change these fields to DateTime and assure UTC is always used.