Supabase JWT auth for own backend API

Hello, I would like to use Supabase auth for authorizing users into my own api endpoint. I would like to use JWT for that, and as JWTs are already stored in the supabase.auth.session(), I'm considering using these for my own api endpoint. Would it be wise to store the Supabase JWT_SECRET as an ENV variable on my backend?
Was this page helpful?