Ok I have gone full circle now How can I get values from janrain into my code? This does not work!
db.define_table('user_extended',
Field('userinfo', db.auth_user, default=auth.user_id, readable=False,
writable=False,unique=True),
I need to change the db.auth_user value but to what? I have removed any set
up of auth now and only have the janrain code as it describes in the
documentation.
Anyway idea what I am doing wrong
*cheers

