https://github.com/thepmsquare/square_authentication
authentication layer for my personal server.
https://github.com/thepmsquare/square_authentication
authentication
Last synced: 3 months ago
JSON representation
authentication layer for my personal server.
- Host: GitHub
- URL: https://github.com/thepmsquare/square_authentication
- Owner: thepmsquare
- License: gpl-3.0
- Created: 2024-08-27T10:50:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-29T04:50:45.000Z (3 months ago)
- Last Synced: 2026-03-29T07:32:04.082Z (3 months ago)
- Topics: authentication
- Language: Python
- Homepage: https://pypi.org/project/square-authentication/
- Size: 708 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
> 📌 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!