dotnet/eShop

Add items to cart without logging in

オープン

#27 opened on 2023/11/01

 (4 件のコメント) (1 件のリアクション) (0 人の担当者)C# (3,622 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (10,453 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド