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
Description: # 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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
