Metadata-Version: 2.4
Name: litestar-oidc
Version: 0.1.0
Summary: OIDC authentication for Litestar
Author-email: Niek Keijzer <hello@niekkeijzer.com>
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: litestar>=2.15.1
Requires-Dist: pyjwt>=2.10.1
Description-Content-Type: text/markdown

# Litestar OIDC

Don't want to deal with authentication for your Litestar app yourself? Me neither.
This package provides a simple way to authenticate users using OpenID Connect (OIDC) with the Litestar framework.

## Installation

```bash
uv add litestar-oidc
```

## How to use

This package is still a work in progress, for the time being you can consult the example app in `example/simple.py`.
