MosaicGroups / mosaic-groups

A Mosaic groups application
GNU General Public License v3.0
6 stars 2 forks source link

CORS Support For Cookies #237

Open BKreisel opened 6 years ago

BKreisel commented 6 years ago

Set Cookie Domain and Add withCredentails() for cookie enabled CORS requests

mnmercer commented 6 years ago

These changes work for the production environment, but not the development environment. After I login locally, it does not persist. Perhaps we should start looking into how to simulate production in development.