Page 1 of 1

add extra response parrameters to the users service

Posted: Sat Feb 02, 2013 8:01 pm
by Steve5443356

I added some extra columns to the users collection.
When the user log in I want to send the values from the extra columns using the response parrameters.
It is possible?


add extra response parrameters to the users service

Posted: Sat Feb 02, 2013 9:54 pm
by maxkatz

When you sign in, you get back a session token. Use that session token to do a GET on User collection to get all other data.

Image


add extra response parrameters to the users service

Posted: Sat Feb 02, 2013 10:12 pm
by Steve5443356

Aha , ok an extra Get.