flask-oauth
flask-oauth copied to clipboard
Use CSRF token
I've seen https://github.com/crhym3/simpleauth/blob/master/simpleauth/handler.py where a CSRF token is used for communication with oauth provider. Does flask-oauth offer such security feature already? If not please add support for that.