-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IdentityStartup Refactoring #542
Comments
@nicolas63 where are we planning to store the csv or json file in code? I have made the code changes to read from a csv file instead of hardcoding the data in code. |
Yes we can generate this file to replace our harded code |
For generating we will have to again use the hardcoded values of user. I was thinking of keeping the csv file manually with all the user data and then just read it from there. You can also assign this to me. |
@nicolas63 Please provide your review on the #1184 whenever you get time. |
Load users and roles seed data from csv or json file instead of hard-coding the data. See IdentityStartup.cs
The text was updated successfully, but these errors were encountered: