I'm trying to create a backend and JavaScript client using Google Cloud Endpoints. User authorization works fine through API explorer and on backend 'user' object is populated. However when similar call is made from JavaScript client, 'user' is null on backend. On client side user is authorized and access token is also valid.I'm trying to create a backend and JavaScript c