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
Set the redirect query param only for GET requests.
Currently if the session expires for a logged in user and they click on a
link for "Delete" action, after login they get redirected to the delete action
with a GET request, resulting in an exception since that action is only accessible
with POST/DELETE request.
0 commit comments