reference RP

This commit is contained in:
Johan Lundberg 2026-06-29 09:23:22 +02:00
parent 850240ab97
commit 8e8c33a407
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
7 changed files with 1508 additions and 0 deletions

View 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