objectcomputing / check-ins

Other
7 stars 6 forks source link

The riddle of the Unauthorized errors... Part 1 #2781

Open mkimberlin opened 3 days ago

mkimberlin commented 3 days ago

Two things can cause "unauthorized" errors unnecessarily in the system. This one addresses the symptom of expired sessions due to our deployment on Cloud Run (and the resulting invalid CSRF tokens) to reduce the frequency of these errors.

Acceptance Criteria

This should result in a lost session not generating unauthorized errors in response to service calls made from the front end.

@mkimberlin can assist with an approach to testing this.