#SECURITY_CSRF_IGNORE_UNAUTH_ENDPOINTS = True # If True then CSRF will not be required for endpoints that don’t require authentication (e.g. login, logout, register, forgot_password).
#SECURITY_CSRF_COOKIE_NAME = "X-XSRF-Token" # The name for the CSRF cookie
#WTF_CSRF_TIME_LIMIT = None # Don't have csrf tokens expire (they are invalid after logout)