The Zuplo Blog
Learnings & Updates from the Zuplo team
Featured Article
Semantic Caching: What it is & Why You Need it
Semantic caching returns cached responses for requests with similar meaning, not just exact matches. Learn how it reduces costs, speeds up responses, and how to implement it with Zuplo.
Latest Articles
Explore our latest insights on API development, security, and best practices.
Per-user rate limiting for Supabase
How to add user-based rate limits to Supabase in minutes
Simple Query Parameter Validator using Custom Policies
How to implement a simple Query Parameter validation approach using Custom Policies
Auth Helper for Supabase JWT tokens
A free tool to help you sign in and get a supabase JWT token using your public anon key.
Announcing Free Plan of Zuplo's Serverless API Gateway
Introducing the Zuplo Free plan, the fastest way to ship your public API. This plan is perfect for developers building APIs to share with other developers
Supa-dynamic rate-limiting based on data (using supabase)
In this video, you'll learn how to make rate-limiting extraordinarily dynamic by making the rate-limiter interact with external services like Supabase & Xata
API Key Authentication Best Practices
Learn the best practices for API Key Management, including api key authentication, API key security, design tradeoffs, and technical implementation details.
Shipping a public API backed by Supabase
How to use Zuplo to take your supabase backend and make it a developer friendly, public API.
API Authentication using Supabase JWT tokens
How to use Zuplo to add Supabase JWT auth to any API
Using Cloudflare Workers to Optimize Auth0 Universal Login
Use Cloudflare Workers to force Auth0 to use a single connection for every authorization request.
Introducing API Key Leak Prevention
Zuplo offers API Key Scanning on GitHub for API keys generated in Zuplo. API Key Leak Prevention is part of our Business and Enterprise subscriptions.
What the GitHub API Gets Wrong
GitHub handles API versioning differently from other companies like Stripe, Twilio, etc. We think their approach is asking for trouble and limits your options
How to get clients to move off the old version of your API
Want to know how to move clients off the old version of your API? We explain why using an API gateway for brownouts is effective your clients and for you.