microsoft / AuthJanitor

Manage the lifecycle of application tokens, keys, and secrets in Azure
https://www.authjanitor.com
MIT License
45 stars 17 forks source link

Added a data store for entity framework core including unit tests #79

Closed peterbryntesson closed 4 years ago

peterbryntesson commented 4 years ago

This is the first attempt at writing a data store for Entity Framework Code. Here we have intentionally left the data model as is - that is we don't have a secondary normalized data model that we store. This is up for discussion. This is the implementation if #78 .

anthturner commented 4 years ago

Hey @peterbryntesson, thanks for the contribution!

All code files in this repo must have a standard header. For .cs files, this is:

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

Can you add this and re-commit?

peterbryntesson commented 4 years ago

Added copyright/license notice in all the files.