passport-stormpath icon indicating copy to clipboard operation
passport-stormpath copied to clipboard

Expand customData within groups

Open wtamesty opened this issue 8 years ago • 0 comments

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

wtamesty avatar Feb 08 '17 18:02 wtamesty