Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
The AngularASPNETCore2WebApiAuthSample project is an impressive demonstration of integrating JWT-based authentication with a modern tech stack. Built with an Angular frontend and an ASP.NET Core 2 backend, this project showcases how to seamlessly implement user registration and social login functionalities, specifically through Facebook. Whether you're looking to enhance your web application with a robust authentication mechanism or simply want to learn from a complete example, this project provides a solid foundation.
The setup is straightforward, supporting local development environments with tools like SQL Server Express and Visual Studio. The combination of Angular and ASP.NET Core not only highlights the versatility of these technologies but also illustrates the ease with which they can operate together to create secure web applications.
Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.