User login, sessions info & ecommerce apps - best practices

Hi @anon78309838,

I experimented a bit and have created the POC for late login. I use auto-generated logins, so user is able to:

  • perform a completely anonymous purchase;
  • start anonymously, create order and Sign Up (register) on checkout stage. I experimented with two options: (1) User login is converted from “pseudo-login” to real one, and order is attached to it, and (2) Completely new account is created and order is attached to it.
  • start anonymously and Login with the existing credentials on checkout stage. Order is re-attached to existing login after login.

Here is the app: Late login experiments
A lot of debug info is there, it’s not ready for production :).

I would be very thankful for comments from Adalo experts - if this solution looks feasible for production, and if any improvements could be made.

I’ve made a video with some explanations (8 mins), so that one can understand the logic better.

Thanks!