Critiques pour Tampermonkey
Tampermonkey par Jan Biniok
Avis de Jan Biniok
Réponse du développeur
mis en ligne : il y a 8 ansGoogle Oauth is done via client-side authentication, which needs a redirect URI to pass the access token on success. The token is part of the URL's hash component which is _not_ transferred to the server. In normal Tampermonkey should close the tab after it extracted the access token from the tab's URL.
https://developers.google.com/identity/protocols/OAuth2UserAgent#handlingresponse
https://developers.google.com/identity/protocols/OAuth2UserAgent#handlingresponse