I'm using Supabase as a database and want to use my own third-party part JWT that I'm creating, till now i believe I'm done with creating the JWT after the user login(web3 login), but my issue at the end I'm doing this
The issue is that I'm using storing the user in public.users instead of auth.users since I'm doing my own auth so I'm not sure how I would go about managing users id's
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.