My web2py app works with a ruby front end. web2py does the heavy lifting on the back end and communicates with the ruby app via json and an api controller.
The question is about authentication. Ruby controls the user table and handles all the login and authentication stuff. By the time ruby calls my web2py app, all the user auth should have been done. How do I get ruby to communicate auth info with web2py so that if auth hasn't happened, web2py redirects to the ruby auth page, and if auth has happened, web2py proceeds with the requested operation? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

