Chingu-cohorts / devgaido

Chingu Learning Path application
https://devgaido.com
MIT License
25 stars 3 forks source link

Logout function doesn't work when running devGaido locally #100

Closed jdmedlock closed 7 years ago

jdmedlock commented 7 years ago

Issue Description & Expected Outcome: Logout function doesn't work when running devGaido locally

Symptoms: When running a local instance of devGaido the logoff function doesn't work. This works perfectly in the production instance.

Steps to Recreate:

  1. Start a local instance of devGaido - yarn dev
  2. Logon to the application through the Auth0 dialog
  3. Try to logoff the application. At this point note that the users avatar will not be replaced with the 'Login' button.

Resolution: Resolved by upgrading the session-file-store package (yarn upgrade session-file-store)