Auth Api --> JWT token

This commit is contained in:
Aminekan
2026-03-16 15:03:33 +01:00
parent c4468dc74b
commit 909c40b70f
92 changed files with 2923 additions and 244 deletions

9
ShopAPI/appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}