auth0第三方认证认可服务学习
https://auth0.com/
官方github提供的例子
Auth0 Python Web App Login
https://github.com/auth0-samples/auth0-python-web-app/tree/master/01-Login
Auth0 + Python + Flask API Seed
https://github.com/auth0-samples/auth0-python-api-samples/tree/master/00-Starter-Seed
api client + test
https://github.com/auth0/auth0-python/blob/master/auth0/v3/test/management/test_rest.py
官访文档提供的解决方案
Python + Flask + RESTful API 开发
https://auth0.com/blog/jp-developing-restful-apis-with-python-and-flask/
如何应用Auth0的Rules,在Access Token中增加[Role]
https://dev.classmethod.jp/server-side/auth0/add-roles-to-access-token/