Using the product without a user being loggedin

Hello amazing people,

I m creating a booking platform and I want the user to login or signup after they find the space to book. so mid flow. Is that possible? And how would I do that ? Do I have to check if a user account exists or if they are loggedin before pushing “book” button?

Cheers.

The simplest way of achieving this is by checking whether the user is logged in when clicking the button. If it’s not, just show a popup with the login/signup forms.

1 Like