top | item 34173367 (no title) twistedcheeslet | 3 years ago Does anyone have experience integrating 3rd party auth systems (ex Keycloak) with Postgrest? How did that experience go? discuss order hn newest fulafel|3 years ago Not exactly the personal experience you asked for but https://postgrest.org/en/stable/ecosystem.html has receipes for oauth2 including Keycloak. awalias|3 years ago we integrated Gotrue with PostgREST at Supabase and it works beautifully together https://github.com/supabase/gotrue (forked from Netlify) liamconnell|3 years ago I think you can integrate it with nginx, which would work well with postgrest. nick__m|3 years ago I did it with Azure AD application roles in oauth tokens, it was a non event.
fulafel|3 years ago Not exactly the personal experience you asked for but https://postgrest.org/en/stable/ecosystem.html has receipes for oauth2 including Keycloak.
awalias|3 years ago we integrated Gotrue with PostgREST at Supabase and it works beautifully together https://github.com/supabase/gotrue (forked from Netlify)
liamconnell|3 years ago I think you can integrate it with nginx, which would work well with postgrest.
fulafel|3 years ago
awalias|3 years ago
liamconnell|3 years ago
nick__m|3 years ago