working a bit

This commit is contained in:
Henry Hiles 2025-06-19 13:03:18 -04:00
commit 93b6f180f6
No known key found for this signature in database
7 changed files with 61 additions and 23 deletions

9
.vscode/launch.json vendored
View file

@ -9,13 +9,14 @@
"program": "bin/matrixgate.dart",
"args": [
"--homeserver",
"foo",
"https://matrix.federated.nexus",
"--jwtSecretFile",
"foo",
"secret",
"--issuer",
"http://localhost:8080",
"http://localhost:8080/",
"--authorizeEndpoint",
"https://federated.nexus/login"
"http://localhost:4321/login"
// "https://federated.nexus/login"
],
"request": "launch",
"type": "dart"