Link to home
Start Free TrialLog in
Avatar of Miguel Quintana
Miguel Quintana

asked on

C# Login snippet/framework recommended?

Hello,

I wonder if is there any framework I can take advantage of for registering/loggin users, having groups,encrypted passwords etc?

I'm planning to use mysql for storage all the system I have to make.

Do you recommend to code it from scratch or ir there any framework/code I can reuse?

Thank you
Avatar of LajuanTaylor
LajuanTaylor

@Miguel Quintana - I recommend that you take a look at the  .NET Security Cheat Sheet provided by Open Web Application Security Project (OWASP)
https://www.owasp.org/index.php/.NET_Security_Cheat_Sheet

There's many options to choose from depending on the environment where your application is being deployed and your development methodology - intranet, Internet, Amazon, Azure, MVC, MVP, WCF, etc.

I would also use caution when selecting any security Framework that's dependent on any of the .NET Frameworks that Microsoft has slated to stop supporting:
https://blogs.msdn.microsoft.com/dotnet/2015/12/09/support-ending-for-the-net-framework-4-4-5-and-4-5-1/

Regards
Avatar of MikeToole
Here's a link to a presentation on IdentityServer, a free open-source framework for building an authorisation service
  IdentityServer session at NDC London 2016
Not used it personally, but it looks OK.
Avatar of Miguel Quintana

ASKER

I will work on an application hosted on Amazon, not sure what product is yet, but guess deployment of the system shoud be on Amazon Elastic Compute Cloud (EC2) then use CloudFront for streaming videos on demand
ASKER CERTIFIED SOLUTION
Avatar of LajuanTaylor
LajuanTaylor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial