Log In

Practical ASP.NET

  • We need you to build an online store
  • Prototype the frontend
  • Hook it up to the backend
  • Making it real (add a database)
  • Time to implement the shopping cart
  • Viewing your cart and checking out
  • Checkout
  • Time to let our users log in
    • Requirement - Enable user registration/login
    • Core Concept - SPA Auth
    • Set up Auth0
    • Require users log in to complete their order
    • Handle the callback from Auth0
    • Practice Feature - Log out
    • Practice Feature - Log out - my solution
    • Secure the API
    • Store orders against the logged in customer
    • Practice Feature - Show list of orders for logged in users

Time to let our users log in

In this module...

Requirement - Enable user registration/login
Core Concept - SPA Auth
Set up Auth0
Require users log in to complete their order
Handle the callback from Auth0
Practice Feature - Log out
Practice Feature - Log out - my solution
Secure the API
Store orders against the logged in customer
Practice Feature - Show list of orders for logged in users