Technical requirements
Most of the recipes in this chapter will utilize an ASP.NET Core service for authentication-related operations. To create and run an ASP.NET Core project on Windows, ensure that you have the ASP.NET and web development workload installed in Visual Studio. While this chapter primarily uses Visual Studio for Windows, you can also follow the recipes on macOS using VS Code. Although VS Code lacks some of the features available in Visual Studio, you can achieve similar results using the command line.
You can download all the projects created in this chapter from GitHub: https://github.com/PacktPublishing/.NET-MAUI-Cookbook/tree/main/Chapter05