Skip to content

Commit

Permalink
add badges and edit maximum budgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramli committed Feb 6, 2025
1 parent 1b74e59 commit 4459db4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<img align="left" width="116" height="116" src=".\doc\img\authApi_icon.png" />


# Clean Architecture AuthApi
[![.NET Build and Test](https://github.com/Gramli/AuthApi/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Gramli/AuthApi/actions/workflows/dotnet.yml)
[![Angular Build](https://github.com/Gramli/AuthApi/actions/workflows/angular.yml/badge.svg)](https://github.com/Gramli/AuthApi/actions/workflows/angular.yml)

This full-stack solution demonstrates user registration, login, and role-based access control using Angular and .NET. The backend showcases **Authentication** and **Authorization** with **JWT tokens**, demonstrating the use of Authorization policies in **minimal API** endpoints and adding custom claims through middleware. These are all implemented following Clean Architecture and various design patterns. The frontend illustrates managing JWT tokens using **guards** and **interceptors**, with all components implemented as **standalone components** and **signals**.

Expand Down
4 changes: 2 additions & 2 deletions src/Auth.Frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "800kB",
"maximumError": "1.5MB"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 4459db4

Please sign in to comment.