DEV Community

code with voran
code with voran

Posted on

ASP.NET Core Identity with Supabase PostgreSQL | Login & Registration Tutorial (.NET 9)

In this tutorial you will build a complete authentication system step by step, connecting ASP.NET Identity to a free hosted PostgreSQL database on Supabase using Entity Framework Core and Npgsql.

What you will learn:

What you'll learn:
• Configure ASP.NET Core Identity
• Connect ASP.NET Core to Supabase PostgreSQL
• Set up Entity Framework Core
• Create and apply database migrations
• Configure ApplicationDbContext
• Configure password requirements
• Use Razor Pages with Identity
• Implement user registration and login
• Secure your ASP.NET Core application

https://www.youtube.com/watch?v=fJa7LWrOSGE

Top comments (0)