I'm looking for a way to accept authentication from an external service 
within a web2py app.  Specifically, I'd like my app to accept 
authentication from a site like AppSumo or Groupon where they help sell the 
product for you, accept the payment and then redirect to my web2py app.  
Normally, my users register via Janrain and redirected to the payment page 
since they haven't paid yet.

Here's a use-case flow:
- User sees a deal for my app on AppSumo.
- User buys the deal on AppSumo.
- AppSumo redirects the user to my web2py app.
- A web2py user account is created as a paid customer (e.g. not redirected 
to the payment form).


Thanks in advance,

Jim

Reply via email to