Skip to content

Commit da862ec

Browse files
authored
Merge pull request #77 from jokk-itu/feature/device-authorization-user-interface
Feature/device authorization user interface
2 parents ba49460 + 69c2c04 commit da862ec

File tree

120 files changed

+2417
-2870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+2417
-2870
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.vs
55
.vscode
66
coverage.xml
7-
node_modules
7+
node_modules
8+
*DotSettings.user

authserver.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServer.Tests.UnitTest",
1313
EndProject
1414
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServer.TestIdentityProvider", "src\AuthServer.TestIdentityProvider\AuthServer.TestIdentityProvider.csproj", "{81F64379-DDE4-4E5E-9008-49934E8ABDC3}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthServer.TestClient", "src\AuthServer.TestClient\AuthServer.TestClient.csproj", "{5E56094F-7363-4C88-A3E6-CB9B67D065E1}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthServer.Tests.ArchitectureTest", "tests\AuthServer.Tests.ArchitectureTest\AuthServer.Tests.ArchitectureTest.csproj", "{3CCCDC9C-C1B6-4A92-BBE6-F666638A123A}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -41,10 +41,10 @@ Global
4141
{81F64379-DDE4-4E5E-9008-49934E8ABDC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
4242
{81F64379-DDE4-4E5E-9008-49934E8ABDC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
4343
{81F64379-DDE4-4E5E-9008-49934E8ABDC3}.Release|Any CPU.Build.0 = Release|Any CPU
44-
{5E56094F-7363-4C88-A3E6-CB9B67D065E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45-
{5E56094F-7363-4C88-A3E6-CB9B67D065E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
46-
{5E56094F-7363-4C88-A3E6-CB9B67D065E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
47-
{5E56094F-7363-4C88-A3E6-CB9B67D065E1}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{3CCCDC9C-C1B6-4A92-BBE6-F666638A123A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{3CCCDC9C-C1B6-4A92-BBE6-F666638A123A}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{3CCCDC9C-C1B6-4A92-BBE6-F666638A123A}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{3CCCDC9C-C1B6-4A92-BBE6-F666638A123A}.Release|Any CPU.Build.0 = Release|Any CPU
4848
EndGlobalSection
4949
GlobalSection(SolutionProperties) = preSolution
5050
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)