Lightning Fast APIs: Building Golang CRUD Endpoints with Supabase⚡️
As a developer, building APIs that can perform basic CRUD (Create, Read, Update, Delete) operations is a common task. In this post, I'll show you how easy it is to build a CRUD API using Go and Supabase.
Introduction
Supabase is an open source Fireba...
ryanm.hashnode.dev4 min read
Mithilesh Tarkar
Software Engineer
How do you add middleware to check if the user is authenticated or not when integrating supabase in a backend framework like fiber. Will supabase only handle the authorization or there will be a need to handle authorization by creating a custom middleware