Hello all!
This is my first post of probably many more to come. I recently found Weweb as an alternative to some of the other no code/low code platforms I was vetting and so far I love the system. I’m working my way through many of the tutorials online but that left me with my initial first question or thought in regards to setup.
Generally I figured that your database would house your user data for authentication, but as I’m going through a lot of the information found online it’s becoming a little cloudy. What’s the general consensus as the proper way to setup a web application for deployment. Should authorization be handled by something like AuthO and then the database app data be contained in something like Supabase. Should authentication data be separated from the main database? I guess I just don’t understand the methodology in the process and I’m curious about best practices and benefits for doing so.
Any insight is greatly appreciated.