Skip to content

Authentication/Authorization options for PostgREST when used as existing API's ORM behind Apigee #2179

Answered by steve-chavez
bartekus asked this question in Q&A
Discussion options

You must be logged in to vote

would would be some of the suggested approaches so that we could negate necessity of login/signup (and token generation at the db level)

You'd need an additional authn service for this, there are some examples in https://postgrest.org/en/stable/ecosystem.html#extensions.

There's also supabase/gotrue(used heavily in production), which produces JWTs that can be consumed by PostgREST.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bartekus
Comment options

Answer selected by bartekus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2175 on February 25, 2022 02:43.