Add KeyCape PKCE browser sessions
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-28 00:06:21 +02:00
parent 654880ec91
commit 67ad2af640
6 changed files with 224 additions and 4 deletions

View file

@ -6,6 +6,8 @@ requires-python = ">=3.12"
[project.optional-dependencies]
postgres = ["psycopg[binary]>=3.2,<4"]
oidc = ["PyJWT[crypto]>=2.10,<3"]
runtime = ["psycopg[binary]>=3.2,<4", "PyJWT[crypto]>=2.10,<3"]
[project.scripts]
user-engine-portal = "user_engine.runtime:main"