Lab-Booking-CDLab 內容管理系統

Flask << Previous Next >> Calendar

Oauth2

實際應用:

https://medium.com/@bittu/add-google-oauth2-login-in-your-flask-web-app-9f455695341e 

https://pypi.org/project/requests-oauthlib/ 

https://requests-oauthlib.readthedocs.io/en/latest/ 

http://docs.python-requests.org/en/master/ 

https://programtalk.com/python-examples/requests_oauthlib.OAuth2/ 

http://www.rfcreader.com/#rfc6749 

http://www.rfcreader.com/#rfc6750 

http://www.rfcreader.com/#rfc6819 

中文: 

https://github.com/jeansfish/RFC6749.zh-cn 

https://blog.yorkxin.org/2013/09/30/oauth2-1-introduction.html 

https://blog.yorkxin.org/2013/09/30/oauth2-implementation-differences-among-famous-sites.html 

https://www.slideshare.net/iVonvey/oauth20-49825333 

程式庫

https://github.com/authomatic/authomatic 

Google:

https://developers.google.com/identity/protocols/OAuth2 

https://developers.google.com/api-client-library/python/apis/oauth2/v1 

https://developers.google.com/api-client-library/python/guide/aaa_oauth 


Flask << Previous Next >> Calendar