day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

Bug: Same user profile always returned #40

Closed stevebrownlee closed 1 month ago

stevebrownlee commented 2 months ago

When an authenticated client submits a GET request to the /profile resource, an incorrect user profile is returned. Additionally, the same user profile is returned regardless of the authentication token provided.

samsheps commented 1 month ago

Profile component is not getting the intended auth token (could be "fetching," could just not be passing that state to the profile correctly)