Switching users in our app

krisys
krisys edited February 2017 in Python client
To enable switching users in our app, I have the following code block :

kite.invalidate_token()
return HttpResponseRedirect(kite.login_url())

But this is sending me back to our kite handler instead of showing a login prompt for the new user. Am I missing something here?
Sign In or Register to comment.