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.
- Go to homepage
- Click Login
- Login
Expect: To be logged in
Actual: Homepage continues to ask me to login
- 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 -> /
- Go back to step 1
- If I set
auth({ required: true, ... }) it just infinitely redirects.
- It appears that
req.openid.user is null in requiresAuth.

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...
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.
Expect: To be logged in
Actual: Homepage continues to ask me to login
Expect: To be logged in
Actual: Redirected to auth0 which realises I have a session and redirects me back to /callback -> /user -> /
auth({ required: true, ... })it just infinitely redirects.req.openid.userisnullinrequiresAuth.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...