Metadata-Version: 2.3
Name: oidc-discovery
Version: 0.1.0
Summary: Add your description here
Author: Youri Westerman
Author-email: Youri Westerman <y.westerman@amsterdam.nl>
Requires-Dist: httpx[http2]>=0.28.1
Requires-Dist: pydantic>=2.13.4
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# OpenID Connect Discovery
Implementation of a client for
[OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html)

Allowing one to retrieve the information required to communicate with OpenID connect core providers.
This does not support issuer discovery at this time.