authentication - Google oAuth 2.0 localhost resolution -


how google authentication server resolve localhost address in callback?

thanks.

an oauth 2 authenticating party never contacts relying party.

instead, sends 302 redirect response browser, telling go relying party (and passing result code in query string).
browser capable of resolving localhost.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -