Posts Tagged with "supabase"

How I turned a server firefight into a method my AI agent runs safely

How I turned a server firefight into a method my AI agent runs safely

A client's production Supabase box was one disk-write from an outage. I fixed it once, then turned the fix into a gated method my agent runs safely on any server. Read More →

Announcing Line Me Up - An Open-Source Waitlist Management System

Announcing Line Me Up - An Open-Source Waitlist Management System

The Line Me Up project is an open-source waitlist management software designed for restaurants and retail stores. It aims to simplify the process of handling customer queues by offering a self-service approach for both customers and staff. Read More →

Self-hosted Supabase: Auto Expiring Session After X Minutes

Self-hosted Supabase: Auto Expiring Session After X Minutes

By default, an authenticated user of Supabase Javascript Client will stay logged in indefinitely regardless of the JWT expiry time and browser closing/reopening. This guide will show you how to implement auto-expiring sessions that self destroy after X minutes. Read More →

Self-hosted Supabase: Adding Custom Claims Using Auth Hook

Notes on how to add custom claims to JWT token using the auth hook in self-hosted Supabase. Read More →

Self-hosted Supabase With SAML Attribute Mapping

Self-hosted Supabase With SAML Attribute Mapping

Guide to map additional attributes from the SAML Identity Provider to the Supabase user. Read More →

Enabling custom SAML SSO on Your Self-hosted Supabase

Enabling custom SAML SSO on Your Self-hosted Supabase

Steps to connect a self-hosted Supabase to a custom SAML identity provider and enable SSO. This is the first part of a two-part article. The second part will show how to integrate the SSO feature with refine.js. Read More →