supabase-rails
Supabase integration for Ruby on Rails. Plugs into the middleware stack and
gives every controller action a per-request Supabase context — RLS-scoped
client, admin client, and JWT-derived user identity — with one mixin and one
before_action. Ships in :api and :web modes.
Documentation: https://supabase-ruby.dev/reference/rails
Install
# Gemfile
gem "supabase-rails"License
MIT