Skip to content

Instantly share code, notes, and snippets.

@temilaj
Created February 27, 2017 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save temilaj/9e4b922b33d348861214bcc2069c51da to your computer and use it in GitHub Desktop.
Save temilaj/9e4b922b33d348861214bcc2069c51da to your computer and use it in GitHub Desktop.
ASP.NET-core-role-based-authentication user setup in appsettings.json file
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=WebApplication.db"
},
"AppSettings":{
"UserEmail": "johndoe@email.com",
"UserPassword": "P@ssw0rd"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment