Hi, I was looking for a way to re-use and read the jwt set by supabase directly from our elixir server. If I got it right, sharing the secret key between supabase and the elixir server and send the jwt directly to both (from the browser) should work. but I didn't find any function allowing to decrypt the jwt in this library. am I missing something or isn't it covered?
Hi,
I was looking for a way to re-use and read the jwt set by supabase directly from our elixir server.
If I got it right, sharing the secret key between supabase and the elixir server and send the jwt directly to both (from the browser) should work.
but I didn't find any function allowing to decrypt the jwt in this library. am I missing something or isn't it covered?