Filipe Cabaço

Results 29 issues of Filipe Cabaço

### Summary of changes Adding Postgres strategy as a third party strategy ### Checklist - [ ] New functions have typespecs, changed functions were updated - [ ] Same for...

## What kind of change does this PR introduce? Add limitation to Postgres Changes docs regarding Delete events ignoring filtering

## What kind of change does this PR introduce? Fix dependabot https://github.com/supabase/realtime/pull/756

## What kind of change does this PR introduce? Attempt at moving some of the existing methods to a new module focused on Tenants This module won't use Ecto.Repo since...

## What kind of change does this PR introduce? Set connect context to check RLS policies

## What kind of change does this PR introduce? * Adds support for Realtime V2 by propagating the configuration on the first connect message. * Adds example project for quick...

Bump phoenix_html dependency to 3.0 and all required changes to achieve it.

## What kind of change does this PR introduce? Introduce error operational code so users can have better information on what is happening within Realtime

## What kind of change does this PR introduce? Add endpoint to disconnect all users for a given tenant

## What kind of change does this PR introduce? Uses an INSERT RLS policy instead of a UPDATE to check if user can connect. This is done by checking if...