RBAC & Private Routes in Next.js with Supabase using NextShield.
Hello everyone! Hope you liked the previous post. Today we are going to build a Supabase example with NextShield, so let's get started.
Create a new Supabase project.
Go to supabase website and click on "Start your project":
Sign in and click on...
blog.imjulian.com7 min read
Taylor Horwood
Thank you for the documentation. I had one issue, I had Supabase Auth working with Email/Password signup and third party auth. Once I tried implementing Next Shield, the signin/signup functionality fails. I get 403 on signin and 500 on signup.
Any insights on how to fix this?