How to programmatically login to a site that uses Google as auth

753 views Asked by At

I'm currently trying to figure out how to log in to a Jabbr site with a NodeJS that only authenticates with Google accounts.

Is there some simple way to do this? I've tried using the njabbr package but it doesn't currently doesn't support Google authentication. Most of what I've googled was about implementing login on a server and I've looked into google-api-nodejs-client but it doesn't make much sense to me when all I want to do is to log in with a client.

0

There are 0 answers