Metadata-Version: 2.4
Name: authub
Version: 0.0.2
Summary: Typed, composable authentication hub for FastAPI: OAuth2, OIDC, SAML, service tokens, and an embedded dev IdP.
Project-URL: Homepage, https://github.com/niradler/authub
Author: Nir Adler
License-Expression: MIT
Keywords: authentication,fastapi,jwt,oauth2,oidc,saml,sso
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: authlib>=1.3
Requires-Dist: fastapi>=0.115
Requires-Dist: httpx>=0.28
Requires-Dist: joserfc>=1.0
Requires-Dist: pydantic[email]>=2.10
Provides-Extra: saml
Requires-Dist: pysaml2>=7.5; extra == 'saml'
Description-Content-Type: text/markdown

# authub

Minimal Python package scaffolded for a first PyPI release with `uv`.

## Development

```powershell
uv sync --dev
uv run pytest
uv build
```

## Publish

```powershell
uv publish
```
