Y
Hacker News
new
|
ask
|
show
|
jobs
by
twistedcheeslet
1268 days ago
Does anyone have experience integrating 3rd party auth systems (ex Keycloak) with Postgrest? How did that experience go?
4 comments
fulafel
1268 days ago
Not exactly the personal experience you asked for but
https://postgrest.org/en/stable/ecosystem.html
has receipes for oauth2 including Keycloak.
link
awalias
1268 days ago
we integrated Gotrue with PostgREST at Supabase and it works beautifully together
https://github.com/supabase/gotrue
(forked from Netlify)
link
liamconnell
1268 days ago
I think you can integrate it with nginx, which would work well with postgrest.
link
nick__m
1268 days ago
I did it with Azure AD application roles in oauth tokens, it was a non event.
link