C
C#13mo ago
reeeeeee

❔ AspNetCore web MVC app - Authentication

I would like to implement some authentication to my web app. I would like to make it "proper" and not too complex. All I need would be Username, Password, Session. The app would be for internal use, so no additional functionalities like forgot pass or email confirmation will be needed. Do you have any tutorial/guide/recommendation I could follow? Thanks!
8 Replies
cap5lut
cap5lut13mo ago
ASP.NET Core security topics
Provides links to articles on authentication, authorization, and security in ASP.NET Core.
cap5lut
cap5lut13mo ago
Introduction to Identity on ASP.NET Core
Use Identity with an ASP.NET Core app. Learn how to set password requirements (RequireDigit, RequiredLength, RequiredUniqueChars, and more).
JakenVeina
JakenVeina13mo ago
Identity is probably way overkill, but is still probably worth trying, just to see how all the pieces can fit together in ASP.NET Core, the docs tou definitely need to give a read, regardless of how you end up implementing this are....
JakenVeina
JakenVeina13mo ago
also a decent resource: https://andrewlock.net/tag/auth/
Andrew Lock | .NET Escapades
Auth
reeeeeee
reeeeeee13mo ago
Yes, identity is way overkill. I also thought about using the VS MVC with identity template and then remove all the unneeded stuff, but I think it woul be better to implement it from ground up Will check those urls, thanks!
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts