Working impl

This commit is contained in:
Henry Hiles 2025-06-19 13:39:52 -04:00
commit 386f7fffd6
No known key found for this signature in database
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"