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
Flask-Lastuser recently switched from HTTP to HTML redirects (HTTP 301 to HTML Meta: Refresh) to ensure logout worked properly for Eventframe. This was needed because HTTP redirects pass through the original HTTP_REFERER header, which may be the event website, which Lastuser isn't aware of. However, HTML redirects render the interim page to the user, which is distracting.
Flask-Lastuser should examine the current HTTP Referrer header and make a call on which form of redirect to use.
The text was updated successfully, but these errors were encountered:
Flask-Lastuser recently switched from HTTP to HTML redirects (HTTP 301 to HTML Meta: Refresh) to ensure logout worked properly for Eventframe. This was needed because HTTP redirects pass through the original HTTP_REFERER header, which may be the event website, which Lastuser isn't aware of. However, HTML redirects render the interim page to the user, which is distracting.
Flask-Lastuser should examine the current HTTP Referrer header and make a call on which form of redirect to use.
The text was updated successfully, but these errors were encountered: