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
The documentation informs that the /v1/session/destroy endpoint requires a PUT to destroy a session, but it turns out that even a GET will do. Might be wise to require a PUT or DELETE, as automated tooling commonly consider GET references safe for probing.
The text was updated successfully, but these errors were encountered:
The documentation informs that the /v1/session/destroy endpoint requires a PUT to destroy a session, but it turns out that even a GET will do. Might be wise to require a PUT or DELETE, as automated tooling commonly consider GET references safe for probing.
The text was updated successfully, but these errors were encountered: