top | item 44561827

Asymmetric JWTs with Supabase Auth

5 points| focom | 7 months ago |supabase.com

3 comments

order

sophiabannet1|7 months ago

Nice move by Supabase switching to asymmetric JWTs, eliminating the need to always call getUser() for verification should noticeably reduce latency at the edge; curious if anyone’s benchmarked how much faster auth.getClaims() actually is in practice compared to getUser()?

focom|7 months ago

You will save network latency every time, so probably 100-200ms for every call