Authenticate with Podio API using google signin

112 Views Asked by At

I am a newbie on Podio API and most of my users in my company is logging in Podio using their Google account instead of creating a separate Podio account. However, I don't found any documentation on Podio regarding authenticating users using Google OAuth2. Any clues or ideas?

Thanks

1

There are 1 best solutions below

6
On

To use Google authentication you should follow https://developers.podio.com/authentication/client_side authentication flow.

First time user logins with Google credentials and then your app can save access_token/refresh_token and use them when needed.