postgrest
postgrest copied to clipboard
Support encrypted JWT in addition to signed JWT
Since #3598 we are using jose-jwt instead of hs-jose for JWT verification. The new library also support JWE (encrypted JWT) in addition to JWS (signed JWT). I have not looked further into that, but it might make sense to do so in the future, maybe it's worth to support.