Skip to content

Commit 2b5e1a1

Browse files
committed
adding auth0
1 parent fb82c38 commit 2b5e1a1

10 files changed

+136
-402
lines changed

thenormapi/appsettings.Development.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"Default": "Information",
55
"Microsoft.AspNetCore": "Warning"
66
}
7+
},
8+
9+
"Auth0": {
10+
"Domain": "thenorm.uk.auth0.com",
11+
"Audience": "https://thenorm.uk.auth0.com/api/v2/"
712
}
813
}

thenormapi/appsettings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"AllowedHosts": "*",
99
"ConnectionStrings": {
1010
"AZURE_SQL_CONNECTIONSTRING": "Server=tcp:thenormdb.database.windows.net,1433;Initial Catalog=theNorm;"
11+
},
12+
"Auth0": {
13+
"Domain": "thenorm.uk.auth0.com",
14+
"Audience": "https://thenorm.uk.auth0.com/api/v2/"
1115
}
1216
}

thenormapi/obj/Debug/net8.0/thenormapi.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("thenormapi")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+03893aff812668a06cf1b464dcc902247d8a541d")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fb82c387251dd2010462767f790465d9aeff7cf1")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("thenormapi")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("thenormapi")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1415c8b75f0bb9e26f451a8f924a6c25ececd23b72ef59cd678703501d540006
1+
f9194eda735936d068b0ca27a6595d2c3adddf4b02ce74b85521f5ad37641bec
165 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)