https://github.com/ukcoderj/simplenetauthwithdefaultusers
Simple .NET MVC Application with a seed for creating users/roles. All plain text. Obviously would separate some bits out from here
https://github.com/ukcoderj/simplenetauthwithdefaultusers
Last synced: about 1 year ago
JSON representation
Simple .NET MVC Application with a seed for creating users/roles. All plain text. Obviously would separate some bits out from here
- Host: GitHub
- URL: https://github.com/ukcoderj/simplenetauthwithdefaultusers
- Owner: ukcoderj
- Created: 2018-06-12T14:36:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T14:53:05.000Z (about 8 years ago)
- Last Synced: 2025-04-12T04:08:56.044Z (about 1 year ago)
- Language: JavaScript
- Size: 34.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple .NET MVC Authentication (ASP.NET Identity) With Seed Default Users
Really simple .NET MVC Application with a seed for creating users/roles.
All plain text. Obviously one should separate some bits out from here - it's just a starter.
## Requires:
Visual Studio 2017
SQL Server Express (connection string set to .\SQLEXPRESS).