julianlam / nodebb-plugin-session-sharing

Allows login sessions from your app to persist in NodeBB
MIT License
88 stars 65 forks source link

Fixed Re-direct url issue #55 #57

Closed dekyfin closed 5 years ago

dekyfin commented 6 years ago

I have updated the code. I used req.protocol + '://' + req.get('host') + req.originalUrl to get the full url

julianlam commented 5 years ago

For future reference there's no need to open a new PR, when you push the new commits to the same branch, the PR updates automatically :smile:

... although looks like you force-pushed so the history was gone either way. shrug no worries.

julianlam commented 5 years ago

v4.2.8

dekyfin commented 5 years ago

Noted. Thanks