passport-stormpath
passport-stormpath copied to clipboard
Expand customData within groups
Following this lines...
var strategy = new StormpathStrategy({ expansions: 'groups,customData' });
... I was able to successfully expand "groups" and "customData", however I'd also like to expand the "customData" variables stored within the "groups" during the authentication process.
Best regards, William