文件名称:flask_cognito:使用JWT针对AWS Cognito进行Flask身份验证
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-23 15:42:26
Python
Flask-Cognito 基于AWS Cognito JWT的用户身份验证。 初始化 # configuration app . config . extend ({ 'COGNITO_REGION' : 'eu-central-1' , 'COGNITO_USERPOOL_ID' : 'eu-central-1c3fea2' , # optional 'COGNITO_APP_CLIENT_ID' : 'abcdef123456' , # client ID you wish to verify user is authenticated against 'COGNITO_CHECK_TOKEN_EXPIRATION' : False , # disable token expiration checking for testing pur
【文件预览】:
flask_cognito-master
----flask_cognito.py(7KB)
----Pipfile(205B)
----Pipfile.lock(10KB)
----test_flask_cognito.py(5KB)
----setup.py(1KB)
----LICENSE.md(1KB)
----.gitignore(1KB)
----README.md(2KB)