initial commit
This commit is contained in:
commit
217621daac
21 changed files with 1401 additions and 0 deletions
24
.vscode/launch.json
vendored
Normal file
24
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "matrix-oauth2oidc",
|
||||
"program": "bin/matrixgate.dart",
|
||||
"args": [
|
||||
"--homeserver",
|
||||
"foo",
|
||||
"--jwtSecretFile",
|
||||
"foo",
|
||||
"--issuer",
|
||||
"http://localhost:8080",
|
||||
"--authorizeEndpoint",
|
||||
"https://federated.nexus/login"
|
||||
],
|
||||
"request": "launch",
|
||||
"type": "dart"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue