Metadata-Version: 2.1
Name: funlab-auth
Version: 0.2.6
Summary: A funlab-flaskr plugin provide authentication mechenism.
Home-page: https://github.com/python-poetry/poetry
License: MIT
Author: SunnyLin
Author-email: 013.lin@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: authlib (>=1.3.0,<2.0.0)
Requires-Dist: bcrypt (>=4.1.2,<5.0.0)
Requires-Dist: flask-wtf (>=1.2.1,<2.0.0)
Requires-Dist: funlab-flaskr (>=0.3.7,<0.4.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Repository, https://github.com/python-poetry/poetry
Description-Content-Type: text/markdown

# A funlab-flaskr plugin provide authentication mechenism

## Installation

pip install funlab-auth

### Dependencies/Requirements

- python = "^3.11"
- authlib = "^1.3.0"
- bcrypt = "^4.1.2"
- requests = "^2.31.0"
- funlab-flaskr = "^0.1.1"

