renzon / tekton

A full stack project based on tekton, gaegraph, gaeforms and gaepermission
MIT License
34 stars 48 forks source link

APP_URL could be inffered instead of configured on settings.py #16

Open renzon opened 10 years ago

renzon commented 10 years ago

This must be done so the login must work on multitenant applications

giovaneliberato commented 9 years ago

Any possible solution? I want to contribute :)

we can interpolate with "application" on app.yaml.. but how about custom domains?

renzon commented 9 years ago

Look at this documentation: https://cloud.google.com/appengine/docs/python/appidentity/

renzon commented 9 years ago

Currently the url defined on settings is used to redirect the user to a page after signing in with Facebook or Passwordless:

https://github.com/renzon/tekton/blob/master/backend/appengine/routes/login/passwordless.py#L22

https://github.com/renzon/tekton/blob/master/backend/appengine/routes/login/facebook.py#L23