Ryan Thornhill
Ryan Thornhill
Issue logged on blizzard dev forums: https://us.battle.net/forums/en/bnet/topic/20761716790#1 **Update, created a more minimal code example** ```javascript const app = require('express')(); //
## The problem Finally found some time to look into this. The problem is when you retrieve the profile: https://github.com/Blizzard/passport-bnet/blob/master/lib/strategy.js#L100 ```javascript this._profileUrl = options.userURL || 'https://' + getMasheryHost(options.region) + '/account/user'...
Similarly, I would like to have this for use with AsyncLocalStorage