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
Quick fix in #652 kills $_SESSION on each api request.. so if someone hits the API on the frontend it will log users out.
Rework this to just handle API auth separately and statelessly, rather than killing existing sessions.
The text was updated successfully, but these errors were encountered:
* Avoids log out issues when grabbing things via ajax (ie. checkins)
* But prevents CSRF by resetting the session.
* Stil vulnerable with XSS but they could grab the CSRF token anyway.
Quick fix in #652 kills $_SESSION on each api request.. so if someone hits the API on the frontend it will log users out.
Rework this to just handle API auth separately and statelessly, rather than killing existing sessions.
The text was updated successfully, but these errors were encountered: