Relative Content

Tag Archive for authenticationgoogle-chromegoogle-chrome-extensiongoogle-oauth

How to do Google Authentication for Google Chrome Extension?

I am trying to write a google chrome extension that has Google Authentication. Upon opening the extension, the extension will check if the user is already logged into an account and retrieve some unique information from my backend to that user. If the user is not logged in, the extension will prompt the user to login or start an account using Google Authentication to use the extension. How do I do this?