Add KeyCape PKCE browser sessions
This commit is contained in:
parent
654880ec91
commit
67ad2af640
6 changed files with 224 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue