|
|
|
|
|
by dvasdekis
971 days ago
|
|
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 |
|
This way we don't need to handle the difficult parts of JWT (forced expiration, etc.) and the mental model becomes rather simple.