neondatabase / pg_session_jwt

Postgres Extension for JWT Sessions
Apache License 2.0
3 stars 1 forks source link

feat: allow bgworkers to access JWT claims #11

Open mrl5 opened 16 hours ago

mrl5 commented 16 hours ago

related to https://github.com/neondatabase/cloud/issues/16041 and this checkpoint from https://github.com/neondatabase/pg_session_jwt/issues/6

Are the thread local variables supposed to be per-backend? Doesn't seem like they need to be thread local to me. I think this has been previously discussed.

closes #6

mrl5 commented 16 hours ago

GUC init influenced by