Added _extract_token_data() to authorize endpoint. Extracts JWT from Authorization header and passes it to the Keycloak identity driver as _token_data. This was the missing link — the driver needs the token to resolve the principal DID. Verified on Hetzner: AC issued for tyler@bxnet.io → did:web:bxnet.capstone.guildhouse.dev/principal/tyler@bxnet.io Chronicle event emitted (GSAP_AC_ISSUED) Known issue: CR endpoint has SQLAlchemy async greenlet bug (MissingGreenlet on the select+update in complete handler). AC issuance works. CR needs async session fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| chronicle | ||
| connectors | ||
| drivers | ||
| functions | ||
| models | ||
| routers | ||
| __init__.py | ||
| app.py | ||
| db.py | ||
| db_models.py | ||
| settings.py | ||