Metadata-Version: 2.3
Name: square_authentication
Version: 10.3.2
Summary: authentication layer for my personal server.
Keywords: authentication,fastapi,server,utilities
Author: Parth Mukesh Mangtani
Author-email: Parth Mukesh Mangtani <thepmsquare@gmail.com>
License: GPLv3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Framework :: FastAPI
Requires-Dist: uvicorn>=0.24.0.post1
Requires-Dist: fastapi>=0.104.1
Requires-Dist: python-multipart>=0.0.6
Requires-Dist: pydantic>=2.5.3
Requires-Dist: bcrypt>=4.1.2
Requires-Dist: pyjwt>=2.8.0
Requires-Dist: requests>=2.32.3
Requires-Dist: cryptography>=42.0.7
Requires-Dist: square-commons>=3.0.0
Requires-Dist: square-logger>=3.0.0
Requires-Dist: square-database-helper>=2.6.1
Requires-Dist: square-database-structure>=2.6.0
Requires-Dist: square-file-store-helper>=3.0.0
Requires-Dist: httpx>=0.27.2
Requires-Dist: google-auth>=2.40.3
Requires-Dist: pytest>=8.3.3 ; extra == 'all'
Requires-Dist: pytest>=8.3.3 ; extra == 'dev'
Requires-Python: >=3.12
Project-URL: homepage, https://github.com/thepmsquare/square_authentication
Provides-Extra: all
Provides-Extra: dev
Description-Content-Type: text/markdown

# square_authentication

> 📌 versioning: see [CHANGELOG.md](./CHANGELOG.md).

## about

authentication layer for my personal server.

## goals

- integration with square_*
- unified authentication api across all projects
- jwt token support
- simple user and user profile management
- oauth support
- future extensibility

## Installation

```shell
pip install square_authentication
```

## env

- python>=3.12.0

> feedback is appreciated. thank you!
