Utilizing Pinia


Due Today:

  1. Make your source code Github repository public or add me as a collaborator (erimcg).
  2. Email me the URL of your Github repository.

Due Thursday:

  1. Create a pinia store for the user’s profile and token data.
  2. Replace all code that uses localStorage and sessionStorage for profile and token storage with code that utilizes the pinia user store.