This repository provides exercises for learning authentication and authorization in ASP.NET for web APIs and applications.
Repositório com exercícios do curso “ASP.NET: autenticação e autorização em APIs e aplicações web” da Alura. Aborda autenticação e autorização com ASP.NET em APIs REST e aplicações web, gestão de estado do usuário e implementação de cenários práticos com C#.
Developers and students can use this repository to understand and implement authentication and authorization mechanisms in ASP.NET applications. It serves as a practical resource for building secure APIs and managing user state effectively.
Ensure you have .NET 8 and C# 12 installed to work with the exercises effectively.
Clone the repository using git clone
Open the project in your preferred IDE
Restore dependencies and run the application