Metadata-Version: 2.3
Name: square-authentication-helper
Version: 3.0.5
Summary: helper to access the authentication layer for my personal server.
Keywords: authentication,helper,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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: square-commons>=2.0.0
Requires-Dist: square-database-structure>=2.5.7
Requires-Python: >=3.12
Project-URL: homepage, https://github.com/thepmsquare/square_authentication_helper
Description-Content-Type: text/markdown

# square_authentication_helper

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

## about

helper to access the authentication layer for my personal server.

## installation

```shell
pip install square_authentication_helper
```

## usage

[reference python file](./example.py)

## env

- python>=3.12.0

> feedback is appreciated. thank you!
