Metadata-Version: 2.1
Name: auth-util
Version: 0.0.9
Summary: Password and jwt manager
Home-page: https://github.com/StevenLianaL/auth-util
Author: Steven Wang
Author-email: brightstar8284@icloud.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: passlib (>=1.7.4)
Requires-Dist: bcrypt (>=3.2.0)
Requires-Dist: PyJWT (>=2.0.1)
Requires-Dist: starlette (>=0.13.6)
Requires-Dist: cryptography (>=3.3.1)

# Auth-Utils
## Depends
1. python3.8+
## Features
1. 生成和验证密码
2. jwt 生成和编解码
3. jwt middleware
## Version
- 0.0.9 JwtMiddleware can work with websocket
- 0.0.7 add not validate prefix to middleware
- 0.0.6 fix middleware error
- 0.0.5 remove default value
- 0.0.4 add jwt rs256 algorithm with  public/private key

