Commit Graph
2 Commits
Author SHA1 Message Date
woggioni 49c63eacc8 Refactor to composable KayaMixin architecture
Replace wrapper-based SessionMiddleware/OIDCApp with KayaMixin subclasses
applied via KayaApp(mixins=[...]). Mixins hook into handle_request and
handle_websocket via before/after hooks, so both ASGI and RSGI keep working.
Mixin dependencies are applied automatically and deduplicated.
2026-07-18 16:39:34 +00:00
woggioni 99e25bd8f1 Add kaya-oidc package for OpenID Connect authentication 2026-07-18 04:56:07 +00:00