ASP.NET Core Identity with Supabase PostgreSQL | Login & Registration Tutorial (.NET 9)
ASP.NET Core와 Supabase PostgreSQL을 연동한 인증 시스템 튜토리얼입니다.
이 튜토리얼에서는 ASP.NET Core Identity를 사용하여 Supabase PostgreSQL 데이터베이스에 연결된 완전한 인증 시스템을 단계별로 구축하는 방법을 배웁니다. 주요 내용으로는 ASP.NET Core Identity 구성, Entity Framework Core 설정, 데이터베이스 마이그레이션 적용, Razor Pages 활용 등이 포함됩니다. 사용자는 등록 및 로그인 기능을 구현하고 애플리케이션을 안전하게 만드는 방법을 학습할 수 있습니다.
Tutorial on building an authentication system with ASP.NET Core and Supabase PostgreSQL.
This tutorial guides you through building a complete authentication system by connecting ASP.NET Core Identity to a Supabase PostgreSQL database. Key topics include configuring ASP.NET Core Identity, setting up Entity Framework Core, creating and applying database migrations, and utilizing Razor Pages. Users will learn to implement user registration and login, along with securing their ASP.NET Core application.