PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

Support encrypted JWT in addition to signed JWT #3599

Open wolfgangwalther opened 1 week ago

wolfgangwalther commented 1 week ago

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.