We need to make a REST api service for our website that will be accessed 
from arbitrary domains by partner companies, but we're having trouble with 
authentication.

We tried auth.is_logged_in(), but the problem is that login doesn't seem to 
work cross domain. A session is created on the server, but the request 
still doesn't get passed authentication. 

Is there anything built-in in web2py for this use case?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to