oidc-fastapi-test-resource-provider-demo (0.2.2)
Published 2025-03-10 17:33:58 +00:00 by phil
Installation
PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ pip install --index-url oidc-fastapi-test-resource-provider-demo
You can use pipx
instead of pip
on some systems like Debian.
About this package
A demo of resource providers for oidc-fastapi-test
A demo of resource servers for oidc-fastapi-test.
Initially 3 resource providers are defined:
- time: give the server's current time
- bs: a random bs from an online server
- petition: mock-up of petition signing
Requirements
Requires Python: >=3.13