rls icon indicating copy to clipboard operation
rls copied to clipboard

Row level security (RLS) package for TypeORM and NestJS

Results 22 rls issues
Sort by recently updated
recently updated
newest added

Hey guys, great package! Suggestion: would you consider adding other "current_settings" parameters that can be set by the application dynamically? Eg: ``` { // Supported already actorId, tenantId, // Optional:...

enhancement
question

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.33.1 to 5.41.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.41.0 5.41.0 (2022-10-24) Bug Fixes eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#5839) (96e1c6c) type-utils: prevent...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.1 to 5.41.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.41.0 5.41.0 (2022-10-24) Bug Fixes eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#5839) (96e1c6c) type-utils: prevent...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.3 to 19.0.5. Release notes Sourced from semantic-release's releases. v19.0.5 19.0.5 (2022-08-23) Reverts Revert "fix(deps): update dependency yargs to v17" (#2534) (8f07522), closes #2534 #2533 v19.0.4 19.0.4...

dependencies

Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.7.3 to 8.8.0. Changelog Sourced from pg's changelog. [email protected] Bump minimum required version of native bindings Catch previously uncatchable errors thrown in pool.query Prevent the pool from...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...

dependencies

# Description Overriding the `stream` method from the parent [PostgresQueryRunner](https://github.com/typeorm/typeorm/blob/83567f533482d0170c35e2f99e627962b8f99a08/src/driver/postgres/PostgresQueryRunner.ts#L340) to set/reset the rls variables. Without this `unrecognized configuration parameter "rls.tenant_id"` is thrown when trying to use streams Adding dev...

enhancement

# Description Adding support for nestjs version 10 # Type of change > Please select the options that are relevant. - [ ] Bug fix (non-breaking change which fixes an...

Hey! Thanks so much for this library, it is so useful and I wonder why it is not more widely used, due to the importance of the problem it solves....

question