Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)|