Do Not Implicitly Validate Session Cookie #36

Merged
Quaternions merged 3 commits from validate into staging 2025-03-27 03:59:33 +00:00
Owner

The goal is to make /api/session/validate return true or false depending on if the session is valid. This is impossible if the session is implicitly validated and throws an error when it is invalid because the method that returns true or false is no longer called.

Assuming auth methods will fail regardless if the session is invalid. [Confirmed in a quick check]

The goal is to make /api/session/validate return true or false depending on if the session is valid. This is impossible if the session is implicitly validated and throws an error when it is invalid because the method that returns true or false is no longer called. Assuming auth methods will fail regardless if the session is invalid. [Confirmed in a quick check]
Quaternions added 3 commits 2025-03-27 03:55:47 +00:00
Quaternions merged commit 2f2241612a into staging 2025-03-27 03:59:33 +00:00
Quaternions deleted branch validate 2025-03-27 03:59:33 +00:00
Sign in to join this conversation.
No description provided.