https://github.com/thepmsquare/square_authentication_helper
helper to access the authentication layer for my personal server.
https://github.com/thepmsquare/square_authentication_helper
authentication helper utility
Last synced: 3 months ago
JSON representation
helper to access the authentication layer for my personal server.
- Host: GitHub
- URL: https://github.com/thepmsquare/square_authentication_helper
- Owner: thepmsquare
- License: gpl-3.0
- Created: 2024-11-02T10:24:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-21T05:55:40.000Z (3 months ago)
- Last Synced: 2026-03-21T21:39:35.170Z (3 months ago)
- Topics: authentication, helper, utility
- Language: Python
- Homepage: https://pypi.org/project/square-authentication-helper/
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!