An open API service indexing awesome lists of open source software.

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.

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!