An open API service indexing awesome lists of open source software.

https://github.com/ankitsharma-007/jwt-authentication-authorization-angular-aspnetcore

We will implement policy-based authorization in an Angular app with the help of JWT. The backend will be created using ASP.NET Core.
https://github.com/ankitsharma-007/jwt-authentication-authorization-angular-aspnetcore

angular ankit-sharma article asp-net-core authentication authorization csharp jwt-authentication typescript

Last synced: 5 months ago
JSON representation

We will implement policy-based authorization in an Angular app with the help of JWT. The backend will be created using ASP.NET Core.

Awesome Lists containing this project

README

          

# jwt-authentication-authorization-angular-aspnetcore
In this article, we will create a web application using ASP.NET Core and Angular. We will then implement authentication and policy-based authorization in the application with the help of JWT. The web application will have two roles – Admin and User. The application will have role-based access for each role. We will learn how to configure and validate a JWT.

# Demo
![Alt Text](https://ankitsharmablogs.com/wp-content/uploads/2019/11/ngjwt.gif)

# Read the full article at
https://ankitsharmablogs.com/policy-based-authorization-in-angular-using-jwt/