You could use a session and store the redirect page in a session variable if they are redirected to a login page. Then send to that page after a successful login. Or you could embed the redirect page in your urls. This should be a trivial issue to solve.
On Friday, November 23, 2012 7:01:55 PM UTC-6, Emmanuel Mayssat wrote: > > I would like to send emails with url pointing to specific pages/urls in my > app. > When clicking on the link, users may not be logged in or even signed up. > I would like the link to redirect them to the signin/singup page if > required and when completed to go to the destination page as specified in > the link. > > How do you recommend I do that with python/webapp2? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/YsOf54n7ahIJ. 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/google-appengine?hl=en.
