How can we access the signup/login with supabase app built in [this video](https://www.youtube.com/watch?v=Ol-rANqDclI&ab_channel=toddle) or is there a template with signup/login with supabase? none of the other templates has a signupl/login functionality. thanks
✅1
ssssadsadasd
3 months ago
Signup/login supabase template
ssssadsadasd
3 months ago
@Andreas Møller any input on this? even a sample login page ui would be helpful as it is easier to start from a template and then customize it. thanks
@Lucas G thanks for the reply. just in case, do you know what this means "Please note that you need to refresh the editor after logging in/out in order for the plugin to work properly (on Chrome at least)"? thanks
Janis
3 months ago
You need the Chrome Toddle Plugin so that you can act like an authenticated user within the toddle editor
✅1
Lucas G
3 months ago
The toddle editor has a companion browser extension which shares the branch’s cookies back to the editor.
You need to install the extension and login on a preview branch then refresh the editor page in order for the editor to have access to the cookies and be able to make auth calls, etc
✅1
ssssadsadasd
3 months ago
@Lucas G I would have question on the link that you sent above. we have: login api -> events on success -> set session cookies -> success -> sleep -> tick -> get user (session) I do not understand the sleep -> tick. why do we need to delay the get user api with a sleep? thanks