Generating JWT with new Signing Keys
We use Supabase Auth for our B2C usecase but PropelAuth for our B2B usecase. What we have been doing is using the legacy signing secret to create a JWT server side for PropelAuth users and then use that to access Supabase. On local we are able to generate the signing key and use that to sign new JWT's. But with the new system I cannot get the signing key out of Supabase, at least I can't see how to do it. All the docs for generating a JWT use the the legacy signing key. I've migrated the project to the new system but can't rotate keys until we have a way to issue JWT's for our usecase. What do we do here? PropelAuth is not a third-party provider.