SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

Store Spore ID instead of Facebook ID in cookie #591

Closed hobindar closed 7 years ago

hobindar commented 7 years ago

This change is required so that API calls, such as /api/parse, will contain the correct user ID. Multiple calls to /api/user now contain the user's Spore ID instead of their Facebook ID, as will be necessary in the future when we implement non-Facebook login anyway.

[#590]