postgrest icon indicating copy to clipboard operation
postgrest copied to clipboard

Support encrypted JWT in addition to signed JWT

Open wolfgangwalther opened this issue 1 year ago • 0 comments

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.

wolfgangwalther avatar Jun 17 '24 06:06 wolfgangwalther