inveniosoftware / invenio-oauthclient

Invenio module that provides OAuth web authorization support.
https://invenio-oauthclient.readthedocs.io
MIT License
6 stars 76 forks source link

handlers: fill csrf token on auto signup form #148

Closed diegodelemos closed 7 years ago

diegodelemos commented 7 years ago

Signed-off-by: Diego Rodriguez diego.rodriguez@cern.ch

diegodelemos commented 7 years ago

@hachreak autofilling the csrf token was breaking on flask-wtf > 0.14 so I had to add a function to decide which flag needs to be passed in order to skip the csrf validation