auth.user is a Storage object that you can dovert to a python dict
with dict(auth.user) and contains the user record.
It only contains the information that janrain provides to web2py. Thay
may or may not include email.

On May 3, 9:28 am, Resa <[email protected]> wrote:
> how do i run a query to get the user data when they sign into Janrain.
> i was trying to use: "authEmail=auth.user.email" and
> "authLast=auth.user.last " to grab the data and put in a variable

Reply via email to