Metadata-Version: 2.1
Name: xn-auth
Version: 0.2.2
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: starlette,fastapi,auth
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: pwdlib[argon2]
Requires-Dist: python-jose[cryptography]
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).
