0.0
The project is in a healthy, maintained state
Rack middleware and controller concern that resolve a per-request Supabase context — JWT verification, API-key validation, and RLS-scoped clients — for Rails apps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 13.0
~> 3.13

Runtime

~> 2.0
 Project Readme

supabase-rails

Test Gem Docs License

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