👋 Hi guys, I have a booking system and I'd like to sign my user in as part of that journey when they first book. The idea would be that when they make their booking we automatically sign them in (then going forward they'll need to do a passwordless sign in). How can I go about this from the server side? I'd ideally like to do this on the response back from the server when they successfully complete their booking. Maybe this isn't possible though 🤔