Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pj-mill/aspcore_security_cookieauthentication
An ASP.NET Core app built with VS Code & scaffolded using yeomen, it takes a quick look at configuring password, lockout & cookies for setting up basic authentication
https://github.com/pj-mill/aspcore_security_cookieauthentication
asp-net-core cookie csharp entity-framework lockout security yeomon
Last synced: 6 days ago
JSON representation
An ASP.NET Core app built with VS Code & scaffolded using yeomen, it takes a quick look at configuring password, lockout & cookies for setting up basic authentication
- Host: GitHub
- URL: https://github.com/pj-mill/aspcore_security_cookieauthentication
- Owner: pj-mill
- Created: 2017-02-01T22:59:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T00:02:07.000Z (almost 8 years ago)
- Last Synced: 2024-03-20T12:53:09.401Z (10 months ago)
- Topics: asp-net-core, cookie, csharp, entity-framework, lockout, security, yeomon
- Language: C#
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#AspCoreWebApp_Security_CookieAuthentication
Built using VS Code
(wwwroot/lib files not included)
---
###Frameworks
|Framework|
|---------|
|Asp.Net Core|
|C#|
|Entity Framework|
|Yeoman.io|---
### Features
|Feature|
|-------|
|Configuring password format [Here](https://github.com/Apollo013/AspCoreWebApp_Security_CookieAuthentication/blob/master/Startup.cs)|
|Configuring account lockout [Here](https://github.com/Apollo013/AspCoreWebApp_Security_CookieAuthentication/blob/master/Startup.cs)|
|Configuring cookies [Here](https://github.com/Apollo013/AspCoreWebApp_Security_CookieAuthentication/blob/master/Startup.cs)|
|Allowing a username to be specified for registration [Here](https://github.com/Apollo013/AspCoreWebApp_Security_CookieAuthentication/blob/master/Controllers/AccountController.cs) & [Here](https://github.com/Apollo013/AspCoreWebApp_Security_CookieAuthentication/blob/master/Views/Account/Register.cshtml)|