dotnet/eShop

Add items to cart without logging in

Open

#27 aperta il 1 nov 2023

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)C# (3622 fork)batch import
good first issue

Metriche repository

Star
 (10.453 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor