Representing the requests taken to perform a signle login operation and Auth service represents
the auth service hosted on supabase

Registeration invokes login on clientside and performs most of the operations required to setup the account on supabase
utilizing triggers, webhooks and edge Functions

Generally an auth cheeck is performed first to check if the client is authorized to do server sided alterations if no authorizations
are found only the changes would happen on client side

This is defining the process of checking out after entering you credit card details or simply selecting cash on delivery options Note that the credit card details are handled with stripe and accessed using the stripe hook for elements and no credit card details are stored client side to not expose secret information.







