doc: postgres/row-level-security: wrong link to auth (#33900)

This commit is contained in:
Sabu Siyad
2025-02-28 03:30:58 +05:30
committed by GitHub
parent 2fa4ccb723
commit d30478cc22

View File

@@ -24,7 +24,7 @@ enable row level security;
</Admonition>
RLS is incredibly powerful and flexible, allowing you to write complex SQL rules that fit your unique business needs. RLS can be [combined with Supabase Auth](/docs/guides/database/postgres/row-level-security) for end-to-end user security from the browser to the database.
RLS is incredibly powerful and flexible, allowing you to write complex SQL rules that fit your unique business needs. RLS can be combined with [Supabase Auth](/docs/guides/auth) for end-to-end user security from the browser to the database.
RLS is a Postgres primitive and can provide "[defense in depth](<https://en.wikipedia.org/wiki/Defense_in_depth_(computing)>)" to protect your data from malicious actors even when accessed through third-party tooling.