How do I extend a Google OAuth token obtained on client side at server side
I have a web application that has frontend built on EmberJS and backend in Java. I'm making the user sign in using Google OAuth and requesting the scope: https://www.googleapis.com/auth/calendar { "El": "google_user_id", "Zi": { "token_type": "Bearer", "access_token": "access_token", "scope": "openid…