C# MVC Authentication - Logging in locally or with OAuth (using Twitter) credentials

Newsletter signup (with exclusive discounts): (your email will be kept safe and you will not be spammed). Twitter App Signup: Twitter Certificate Fix: Setting up an MVC site to allow people to log in is not that hard. In this video, I demonstrate how you can set up a login system for users, how you can upgrade that system to include Twitter authentication (using OAuth), and then how you can lock down your site to only allow certain people access to certain areas. We will create security groups and lock things down even further. 0:00 - Intro 1:41 - ASP .NET Framework demo app with authentication 13:01 - Register vs Login explained 15:25 - Built in user registration and login 18:28 - Registration C# code overview 23:45 - Built in SQL 29:45 - Twitter authentication setup 45:37 - Implementing user restrictions 52:48 - Restri
Back to Top