Metadata-Version: 2.4
Name: xn-auth
Version: 0.2.47
Summary: Auth adapter for XN-Api framework
Author-email: Artemiev <mixartemev@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/XyncNet/x-auth
Project-URL: Repository, https://github.com/XyncNet/x-auth
Keywords: litestar,jwt,auth
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aiogram
Requires-Dist: kurigram
Requires-Dist: msgspec
Requires-Dist: pyjwt
Requires-Dist: xn-model
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: python-dotenv; extra == "dev"
Requires-Dist: twine; extra == "dev"

# X-Auth
###### JWT authentication for x-api

#### Requirements
- Python >= 3.12

### INSTALL
```bash
pip install xn-auth
```

---
Made with ❤ on top of the [X-Model](https://github.com/XyncNet/x-model).
