VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

Remove dependency to meteor/apollo getUser - Fixes issue #2625 #2706

Closed aletzo closed 3 years ago

aletzo commented 3 years ago

Hi guys,

First time contributor and long time Meteor fan here. I couldn't find any guidelines regarding the PR process, so if I did something wrong please let me know.

As described in #2625, getUser() was copied from meteor/apollo and added the export keyword to setupAuthToken().

Thanks!

eric-burel commented 3 years ago

Thanks! That's a perfect PR thank you. Note you can add "closes #XXX" at the end of a PR so it closes the related issue.

aletzo commented 3 years ago

OK great! And thanks for the tip!