Firstly I do not need a login for the app yet,so I have no need to use the Login Service,
I have defined 4 collections in my database
Customer
Order
Products
OrderItem
In my app, the second screen allows user to enter information, that information is inserted into Customers Collection, this works on a button click and is working great. The CustomerId is put into a local variable
Screen three - when Load is clicked, the data from the products collection is used to populate the grid, this works great.
On Load click an Order is also created and the customerId from the local variable also gets inserted, this works great,
So why do I need a session token to create an OrderItem??