Episode

Customizing ASP.NET Authentication with Identity: (02) Locally Authenticated Users

Find out how to configure a web application to use database-backed authentication/authorization, and customize the database to support custom tables and profile data. Walk through extending the Identity system, and see an example of how to use RavenDB.

  • [01:19] - What are locally authenticated users?
  • [18:15] - Customizing the SQL database & entities
  • [33:59] - Customizing the Storage Provider