SwiftCommerce/OrderSystem

Allow Guests to Create an Order

calebkleveter opened this issue · 1 comments

We shouldn't require JWT auth for creating an Order, because that prevents quest orders. JWT should be used to protect things such as account settings.

This should be configurable. Some shops will not want to allow guest orders.

But yes, in general JWT should not be required to place an order.