postman with supabase auth for route testing

What's the best way to handle using auth with postman? Testing a bunch of API routes that require sessions...as in what should I be grabbing from the session to avoid having to re-auth every time ... or should I have a script to reauth every time
Was this page helpful?