rhomobile / rhomobile-docs

Documentation for Rhomobile projects, in the form of a sinatra app.
http://docs.rhomobile.com
41 stars 22 forks source link

Creating custom routes with login_required set is not documented #177

Open shaun-jss opened 10 years ago

shaun-jss commented 10 years ago

The syntax for requiring login is there, but I had to dig through the depth of google groups to find out how to get the RhoConnect session information on a RhoMobile app. Then, since I couldn't find the headers required just for the client, I had to use a traffic analyzer to find out that the header name is "Cookie" and what value it needs to be set to.

michaelToews commented 10 years ago

Thank you for reporting this. Working on this now.

michaelToews commented 10 years ago

@mzverev , Can you shed some light on this issue? I'd like to get it documented but, I'll need your help.

michaelToews commented 10 years ago

@mzverev Ping :)

michaelToews commented 9 years ago

@shurab Do you have any insights on this?