Flask-WTF set time limit on CSRF token
问题 I'm currently using Flask-WTF v0.13.1, i have a few forms on my website, all created including the CSRF token. For some reasons i have to set a different expiration on each form, so far i could set manually the time_limit value upon creating the csrf token. I would like to update to the v0.14, according to the changelog time_limit is gone and there is no reference in the docs on how to change it anymore. Looking in the source code i saw that the form has a csrf_time_limit meta parameter. I