Metadata-Version: 2.1
Name: square-authentication
Version: 1.0.0
Summary: authentication layer for my personal server.
Home-page: https://github.com/thepmsquare/square_authentication
Author: thePmSquare
Author-email: thepmsquare@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: uvicorn>=0.24.0.post1
Requires-Dist: fastapi>=0.104.1
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>=0.0.1
Requires-Dist: square-logger>=1.0.0
Requires-Dist: square-database-helper>=0.0.5
Requires-Dist: square-database-structure>=0.0.11

# square_authentication

## about

authentication layer for my personal server.

## Installation

```shell
pip install square_authentication
```

## env

- python>=3.12.0

## changelog

### v1.0.0

- initial implementation.

## Feedback is appreciated. Thank you!

