Metadata-Version: 2.4
Name: atopile-auth
Version: 0.1.2
Summary: A package to help manage authentication for atopile
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: supabase>=2.15.0
Description-Content-Type: text/markdown

# atopile-auth

A tiny package to help manage authentication for atopile to supabase via CLI and FastAPI.

## Installation

Client:

```bash
uv add atopile-auth
```

Server:

```bash
uv add "atopile-auth[server]"
```

## Pitfalls

```
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
```

This happens when trying to return the `ClaimsResponse` object, rather than the `claims` attribute/field via FastAPI.
