ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

Bump the passport version to the latest stable version #991

Closed marjev closed 1 year ago

marjev commented 2 years ago

This PR bumps the passport version to the latest stable version which allows for a successful local (username/password) login.

v0.6.0 version introduces the following issue upon clicking the Login button:

[2022-07-14T08:15:25.319Z] ERROR: tailor/4526 on Camelot.localdomain: Login sessions require session support. Did you forget to use `express-session` middleware?
    Error: Login sessions require session support. Did you forget to use `express-session` middleware?

Currently investigating the root cause 👀

marjev commented 2 years ago

Quick summary This PR contains two commits: 7299a4c - bumps the passport version to the latest stable version (in relation to our codebase) 91b43a0 - bumps the passport version to v0.6.0 and also includes the fix for the aforementioned issue

For details why the 2nd commit is necessary, you can check this Medium post.