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.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/jwt-authentication-authorization-angular-aspnetcore
- Owner: AnkitSharma-007
- License: mit
- Created: 2019-10-27T08:31:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:23:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-20T00:38:17.284Z (6 months ago)
- Topics: angular, ankit-sharma, article, asp-net-core, authentication, authorization, csharp, jwt-authentication, typescript
- Language: TypeScript
- Homepage:
- Size: 2.21 MB
- Stars: 9
- Watchers: 2
- Forks: 20
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
# Read the full article at
https://ankitsharmablogs.com/policy-based-authorization-in-angular-using-jwt/