Metadata-Version: 2.1
Name: mwauth
Version: 0.4.20
Summary: maxwin auth
Home-page: https://bitbucket.org/maxwin-inc/auth/src
Author: cxhjet
Author-email: 13064576@qq.com
License: UNKNOWN
Project-URL: Bug Reports, https://bitbucket.org/maxwin-inc/auth/issues?status=new&status=open
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://bitbucket.org/maxwin-inc/auth/src
Description: ### 支持的认证方式

        > 1,basic认证  

        > 2,基于kong api gateway 的JWT认证 ，[认证服务器源码](https://bitbucket.org/maxwin-inc/auth_kong/src/master/) 

        > 3,cookie 的session认证  ，[session认证服务器源码](https://bitbucket.org/maxwin-inc/auth_service3/src/master/)

        ###产生分发包

        ```

        python setup.py sdist

        ```

        ###上传分发包

        ```

        twine upload dist/*

        ```

        

        ###安装方式

        1. pip install mwauth

        2. python setup.py install

        

        

        

        
Keywords: maxwin commonlib auth
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
