Skip to content

fix(authz): Fixed issue with validating workspace ID in cookie

At the moment when we validate the cookie that has been set, we do not validate whether the cookie has been set for the right workspace. Therefore if someone has already authenticated into a workspace, they could get in to another workspace without having to go through authorization. This fix takes care of that scenario.

  • Fixed tests
  • Fixed validation of workspace ID in cookie
Edited by Shekhar Patnaik

Merge request reports