Open steve-chavez opened 1 week ago
We allow a 30 second skew when doing JWT exp validation:
exp
https://github.com/PostgREST/postgrest/blob/f3aa00a8384981baf9076c26b64ccede02bfa365/src/PostgREST/Auth.hs#L85
But this isn't documented anywhere.
Problem
We allow a 30 second skew when doing JWT
exp
validation:https://github.com/PostgREST/postgrest/blob/f3aa00a8384981baf9076c26b64ccede02bfa365/src/PostgREST/Auth.hs#L85
But this isn't documented anywhere.