stormpath / stormpath-flask

Build simple, secure web applications with Stormpath and Flask!
http://flask-stormpath.readthedocs.org/en/latest/
Other
155 stars 31 forks source link

Add login success redirect function #63

Closed lwcolton closed 8 years ago

lwcolton commented 8 years ago

Moves login success redirect logic to a separate function.

This lets users override the login success behavior, and also allows changing the default behavior in one place instead of three.