Alternative to pgjwt on PostgreSQL 17?

Hi all, I’m upgrading to PostgreSQL 17 and noticed pgjwt isn’t available on it. I used it to sign/verify JWTs (HS256) inside the DB for a specific use case. What’s the recommended approach now to replace pgjwt ?
1 Reply
garyaustin
garyaustin5h ago
https://github.com/orgs/supabase/discussions/35851#discussioncomment-13684508 But remember Supabase is moving away from HS256 jwt's if you are generating a Supabase auth JWT.

Did you find this page helpful?