-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
33 lines (33 loc) · 1.71 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[submodule "Clients/openid-refreshtoken-sample"]
path = Clients/openid-refreshtoken-sample
url = https://github.com/danielwagn3r/openid-refreshtoken-sample.git
[submodule "Clients/oauth2-passwordgrant-sample"]
path = Clients/oauth2-passwordgrant-sample
url = https://github.com/danielwagn3r/oauth2-passwordgrant-sample.git
[submodule "Apis/openid-calculator-api-node"]
path = Apis/openid-calculator-api-node
url = https://github.com/danielwagn3r/openid-calculator-api-node.git
[submodule "Apis/openid-calculator-api-dotnet"]
path = Apis/openid-calculator-api-dotnet
url = https://github.com/danielwagn3r/openid-calculator-api-dotnet.git
[submodule "Requests/helpers/auth-code-pkce"]
path = Requests/helpers/auth-code-pkce
url = https://github.com/danielwagn3r/auth-code-pkce.git
[submodule "Requests/helpers/dummy-webserver-node"]
path = Requests/helpers/dummy-webserver-node
url = https://github.com/danielwagn3r/dummy-webserver-node.git
[submodule "Apis/openid-calculator-api-tsc"]
path = Apis/openid-calculator-api-tsc
url = https://github.com/danielwagn3r/openid-calculator-api-tsc.git
[submodule "AuthServices/keycloak-sample"]
path = AuthServices/keycloak-sample
url = https://github.com/danielwagn3r/keycloak-sample.git
[submodule "AuthServices/identityserver4-sample"]
path = AuthServices/identityserver4-sample
url = https://github.com/danielwagn3r/identityserver4-sample.git
[submodule "AuthServices/duende-identityserver-sample"]
path = AuthServices/duende-identityserver-sample
url = https://github.com/danielwagn3r/duende-identityserver-sample.git
[submodule "Clients/oauth2-client-credential-grant"]
path = Clients/oauth2-client-credential-grant
url = https://github.com/danielwagn3r/oauth2-client-credential-grant.git