views:

10

answers:

0

All Oauth providers I've authenticated with will redirect you to a page that says something like "Thanks, redirecting you..." and uses javascript to redirect you to the supplied redirect_uri. I would have thought it was simpler and faster to return an HTTP redirect. Why is it always done that way?