What You'll Learn Today
This lesson preview is part of the How To Connect, Code & Debug Supabase With Bolt course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.
Get unlimited access to How To Connect, Code & Debug Supabase With Bolt, plus 80+ \newline books, guides and courses with the \newline Pro subscription.

[00:00 - 00:10] In only 30 minutes or so, we have safe authentication with email and password. Actually, we are going to use superbase for today or so.
[00:11 - 00:28] And we could have a lot of different ways to add authentication, like social signings, like SMS signing, like two factor education. But for this workshop, we'll keep it nice and simple with just email and password.
[00:29 - 00:39] We're going to have a relational database with proper schemas, his relationships between the tables. We're going to have data persistent and the real-time modification.
[00:40 - 00:52] And we will have a complete app ready to deploy on the web. Now, when I say a complete app, I mean that everything will be indeed complete.
[00:53 - 01:07] Except for payments, for payments, we would only take costs, basically. But what has just released, I think, four days ago, an integration with Stripe.
[01:08 - 01:17] So if you are interested, we can have another webinar in the future where we add absolute payment gateways to our application.