# Introducing Neon RLS: Simplifying Row-Level Security For Postgres

DevFeed: [Introducing Neon RLS: Simplifying Row-Level Security For Postgres](<https://devfeed.tech/articles/introducing-neon-rls-simplifying-row-level-security-for-postgres-5458.md>)

Original publisher: [Read original article](<https://neon.com/blog/introducing-neon-authorize>)

Author: David Gomes

Published: 2024-10-30T13:58:41Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Database](<https://devfeed.tech/topics/database.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [company](<https://devfeed.tech/tags/company.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [integration](<https://devfeed.tech/tags/integration.md>), [json](<https://devfeed.tech/tags/json.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [security](<https://devfeed.tech/tags/security.md>)

## AI overview

Neon announces Neon RLS, a Postgres row-level security tool that integrates JWT-based authentication with declarative database access policies.

## Source excerpt

Today we're launching Neon RLS, a tool that aims to simplify the usage of Postgres row-level security policies while enabling new deployment models for app developers. With Neon RLS, you can manage RLS directly in your codebase and integrate with any authentication provider, maki...