.NET Logo
Evangelist
4 min read

Angular 18 and .NET Core API Authorization

Learn how to implement secure authorization between an Angular 18 frontend and a .NET Core API backend using JWT tokens and role-based access control.

Angular 18 and .NET Core API Authorization
Loading content...

Related Articles

Beyond the Basics: Mastering Advanced Features in .NET
Jan 11, 20254 min read

Beyond the Basics: Mastering Advanced Features in .NET

Explore advanced .NET features such as reflection, dependency injection, asynchronous programming, and performance optimization to elevate your development skills.

Implementing Long-Running Background Tasks in ASP.NET Core
Oct 26, 20244 min read

Implementing Long-Running Background Tasks in ASP.NET Core

Learn how to implement long-running background tasks in ASP.NET Core using hosted services and background workers.

Comments