I was interested in how you do authentication, but currently the 'Omni_web' link & readme is missing. Suggest you could use the pgjwt[0] approach for this for simple logins in the short term, but supporting OpenID Connect would be a larger engineering effort.[0] https://github.com/michelp/pgjwt
yrashk|2 years ago
This way we don't need to handle the difficult parts of JWT (forced expiration, etc.) and the mental model becomes rather simple.
dvasdekis|2 years ago
yrashk|2 years ago