-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Currently, all requests from the android app to the server use the access_token from Facebook, which we are using to identify the user. We are not using authenticity_token which I think Devise gives us, so we had to disable the CSRF checks that Rails does.
This is definitely not the most secure, so at some point we need to fix this.
Reactions are currently unavailable