This makes it possible for auth to work accross domains while making the app more resilient to CSRF attacks.
I also disabled the Cache component because the hanging issue is back and in force, this will be fixed in #136
closes #133
Type of Change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
This makes it possible for auth to work accross domains while making the app more resilient to CSRF attacks. I also disabled the
Cache
component because the hanging issue is back and in force, this will be fixed in #136closes #133
Type of Change