i’m curious if we could add the pgjwt extension to the cloud-hosted version of Neon? we’re exploring what it would take to migrate some of our functionality that’s currently implemented in a Supabase instance to Neon without having to remove our current dependence on pgjwt. would this be possible?
As I see, pgjwt is a wrapper around pgcrypto functions. All of them are written in pure pgplsql.
Even before we install this extension, you can create such functions from the SQL files present in the repo.