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
Hi! I'm having trouble getting the example to work. The returned token from the appID login don't seem to persist in the session or in a cookie, so I can't ever access the "protected" endpoint. Am I missing something?
@stepoibm A new version of the SDK has been released, v7, this includes revised samples of AppID working with passport v6. You mostly likely will need to make changes to your application so play around with the examples.
Hi! I'm having trouble getting the example to work. The returned token from the appID login don't seem to persist in the session or in a cookie, so I can't ever access the "protected" endpoint. Am I missing something?
Reproduction steps
npm install --save ibmcloud-appid log4js passport express-session express pug
http://localhost:3000/ibm/bluemix/appid/callback
)Expected
Additional
The text was updated successfully, but these errors were encountered: