liangyali / passport-wechat

Passport strategy for authenticating with Wechat
158 stars 50 forks source link

callbackURL is not in the latest NPM release #14

Closed chrisli30 closed 8 years ago

chrisli30 commented 8 years ago

I need do dynamic Callback URL binding in Passport.Authenticate layer in my web app. The release version 2.0.2 in npm doesn't have your recent changes where callbackURL, state and scope could be overwritten. Could you consider releasing a new version with that feature?

Thanks!

liangyali commented 8 years ago

v2.0.3 pushlished thanks

chrisli30 commented 8 years ago

Thanks!