Skip to content

Commit

Permalink
chore(docs): add link (supabase#27829)
Browse files Browse the repository at this point in the history
  • Loading branch information
charislam committed Jul 8, 2024
1 parent 9fb97be commit b50c657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/docs/content/guides/api/securing-your-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ The expected value for `useconfig` should be:
;['session_preload_libraries=supautils, safeupdate']
```

## Disable the API or restrict to custom schema

If you don't use the Data API, or if you don't want to expose the `public` schema, you can either disable it entirely or change the automatically exposed schema to one of your choice. See **[Hardening the Data API](/docs/guides/database/hardening-data-api)** for instructions.

## Enforce additional rules on each request

Using Row Level Security policies may not always be adequate or sufficient to protect APIs.
Expand Down

0 comments on commit b50c657

Please sign in to comment.