You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error with an app I am building with Express 4. So I thought I'd try the sample app here.
I set package.json to use Express 3. And changed the Return URL and realm to localhost. But I still get the Failed Assertion Error error. The actual Open ID error isopenidError: { message: 'Invalid signature' } }
I am happy to try to bring this project up to date, but I could use some direction. Any pointers on how to fix this?
Todd
The text was updated successfully, but these errors were encountered:
I am getting this error with an app I am building with Express 4. So I thought I'd try the sample app here.
I set package.json to use Express 3. And changed the Return URL and realm to localhost. But I still get the Failed Assertion Error error. The actual Open ID error is
openidError: { message: 'Invalid signature' } }
I am happy to try to bring this project up to date, but I could use some direction. Any pointers on how to fix this?
Todd
The text was updated successfully, but these errors were encountered: