Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
security
Everything you need to know about "security" in the Makerkit blog
Jan 26, 2026
Supabase RLS Best Practices: Production Patterns for Secure Multi-Tenant Apps
Learn battle-tested Supabase Row Level Security patterns with performance optimizations, multi-tenant policies, and automated testing strategies.
Jan 25, 2026
Supabase Vault: Store Secrets Securely in Postgres
Supabase Vault is a Postgres extension for storing encrypted secrets in your database. Learn how to store, retrieve, and delete API keys and tokens with production-ready SQL functions and TypeScript examples.
Jan 24, 2026
Next.js Server Actions Security: 5 Vulnerabilities You Must Fix
Server Actions are public HTTP endpoints. Learn to secure them with authentication, Zod validation, rate limiting, and authorization patterns. Updated for Next.js 16.
Apr 24, 2025
The Ultimate Guide to Secure API Key Management in Supabase Projects
Build secure API key management in Supabase with PostgreSQL roles, Row Level Security, and scoped permissions. Production-ready code included.
Apr 23, 2025
Next.js Security: A Complete Guide
A comprehensive guide to securing your Next.js application, focusing on practical strategies to protect your application and user data from common vulnerabilities.