coto / gae-boilerplate

Google App Engine Boilerplate
https://dev-dot-sandengine.appspot.com/
Other
685 stars 189 forks source link

Fix for #271 #292

Closed PMStanley closed 10 years ago

PMStanley commented 10 years ago

Fixes issue #271 - logging in does not redirect you to the page you requested once successful. Changed ‘continue_url’ to ‘continue’ on line 123

PMStanley commented 10 years ago

The other locations this is used are the social media logon providers which all use /social_login/<provider_name>/complete as the return url and the users originating page is lost.

Will have a look at what can be done in this space but at the moment the lines identified by @movero aren't being used.

coto commented 10 years ago

ok