postgrest-docs
postgrest-docs copied to clipboard
This repo is archived and will be merged into postgrest/postgrest soon.
Document more explicitly that a token without `aud` will still be accepted with a `jwt-aud` setting
### Environment * PostgreSQL version: 13.1 * PostgREST version: v9.0.0 docker postgrest/postgrest:v9.0.0 * Operating system: Windows 10, Running PostgREST/PostgreSQL via Docker ### Description of issue I have PostgREST running with...
Add a page dedicated to inlining, taking some of the hints discussed in https://github.com/PostgREST/postgrest/discussions/2087
### Discussed in https://github.com/PostgREST/postgrest-docs/discussions/473 Originally posted by **benfelt** June 8, 2021 Hello, I'd like to know if there is any way to use an Openid Connect provider (like this [one](https://docs.gitlab.com/ee/integration/openid_connect_provider.html)...
See https://github.com/PostgREST/postgrest/issues/1937
Originally posted by **gautam1168** September 5, 2021 One difficulty I faced while trying to get people to use postgrest where I work was the absence of a clear instructions to...
Having a demo server would make our sample curl calls(https://github.com/PostgREST/postgrest-docs/pull/444) much more didactic(replacing `localhost:3000` by `api.postgrest.org`). Perhaps we can host it using a [db-tx-end=rollback](https://postgrest.org.readthedocs.build/en/latest/configuration.html#db-tx-end). Previously discussed on https://github.com/PostgREST/postgrest-docs/issues/349#issuecomment-732063149
Currently, the [auth page](https://postgrest.org/en/v8.0/auth.html) gives an example for log in but not for sign up. Adding that would show a simple but complete authentication process. Maybe add an example for...
The tutorial shows how to install PostgREST using Docker as an example, it would be helpful to the user to have more methods listed such as installing on an M1...
Closes #147 On stand-by until https://github.com/PostgREST/postgrest/issues/1210 is resolved.
**PostgREST needs FOREIGN KEY constraints to be able to do Resource Embedding.** What about foreign tables? Is it necessary to create a view in order to solve this issue?