Working impl

This commit is contained in:
Henry Hiles 2025-06-19 13:39:52 -04:00
commit 386f7fffd6
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
9 changed files with 64 additions and 55 deletions

5
.vscode/launch.json vendored
View file

@ -15,8 +15,9 @@
"--issuer",
"http://localhost:8080/",
"--authorizeEndpoint",
"http://localhost:4321/login"
// "https://federated.nexus/login"
"http://localhost:4321/login",
"--serviceDomain",
"federated.nexus"
],
"request": "launch",
"type": "dart"