You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #258, it is made "clear" that WTF_CSRF_TIME_LIMIT can be set to None. But this isn't entirely clear because what is None in the context of an environment variable?
Is it the absence of a value (presumably not, because then we get the default of 3600 seconds) - ?
Is it an empty string? I think a better value for the behavior of "limited by user session" would be 0. This works better with configuration by environment variable.
The text was updated successfully, but these errors were encountered:
In #258, it is made "clear" that
WTF_CSRF_TIME_LIMIT
can be set toNone
. But this isn't entirely clear because what isNone
in the context of an environment variable?Is it the absence of a value (presumably not, because then we get the default of 3600 seconds) - ?
Is it an empty string? I think a better value for the behavior of "limited by user session" would be 0. This works better with configuration by environment variable.
The text was updated successfully, but these errors were encountered: