dotnet/eShop

Add items to cart without logging in

开放

#27 创建于 2023年11月1日

 (4 条评论) (1 个反应) (0 位负责人)C# (3,622 个派生)batch import
good first issue

仓库指标

星标
 (10,453 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Every online store I've used allows anonymously adding items to a shopping cart and then prompts for login during check out. Unusually, eshop requires logging in before adding items to the cart. I think the demo should follow the usual rules for websites.

Was this done for technical reasons? i.e. tracking cart items against an account, or to show off requiring auth in the cart APIs

贡献者指南