bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

allow the endpoint to be specified per-login #76

Closed mmerickel closed 12 years ago

mmerickel commented 12 years ago

Provide a way to change the return URL (endpoint) for a login attempt on a per-login basis via a GET or POST parameter.

mmerickel commented 12 years ago

realized this is a duplicate of #55