PostgREST / postgrest

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

fix: handle when file in pgrst.jwt_secret does not exist #3634

Closed laurenceisla closed 4 months ago

laurenceisla commented 4 months ago

Closes #3629

steve-chavez commented 4 months ago

:thinking: Hm, it doesn't make sense to refer to a file in the in-db config right?

I guess being consistent and no silent fail is still good though.

laurenceisla commented 4 months ago

🤔 Hm, it doesn't make sense to refer to a file in the in-db config right?

Ah, got it.

I guess being consistent and no silent fail is still good though.

I'll add this in #3628, then. Since handling the issue is now more relevant there.