reference RP
This commit is contained in:
parent
850240ab97
commit
8e8c33a407
7 changed files with 1508 additions and 0 deletions
14
examples/rp-reference/pyproject.toml
Normal file
14
examples/rp-reference/pyproject.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[project]
|
||||
name = "porchlight-rp-reference"
|
||||
version = "0.1.0"
|
||||
description = "Hand-rolled OIDC Relying Party reference for porchlight (not committed)"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"fastapi>=0.110",
|
||||
"uvicorn[standard]>=0.27",
|
||||
"httpx>=0.27",
|
||||
"pyjwt[crypto]>=2.8",
|
||||
"itsdangerous>=2.1",
|
||||
]
|
||||
|
||||
# Run with: uv run uvicorn app:create_app --factory --port 9000 --reload
|
||||
Loading…
Add table
Add a link
Reference in a new issue