auth0-samples / auth0-link-accounts-sample

Examples of how to implement account linking
MIT License
40 stars 59 forks source link

Can't login on Regular Web App #14

Open richardscarrott opened 3 years ago

richardscarrott commented 3 years ago

I've been able to login and get the account linking working in the SPA sample, but the Regular Web App sample is failing to even log me in properly.

  1. Go to homepage
  2. Click Login
  3. Login Expect: To be logged in Actual: Homepage continues to ask me to login
  4. Click login again Expect: To be logged in Actual: Redirected to auth0 which realises I have a session and redirects me back to /callback -> /user -> /
  5. Go back to step 1
Screenshot 2021-06-10 at 21 14 58

I tried upgrading to a newer version of open "express-openid-connect" but it's change so much and I'm not sure it even supports disabling the appSession...

naknode commented 2 years ago

FYI, the regular web app is now using a breaking change from one of it's NPM packages and thus inoperable.