Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

Implement Authentication via Google #84

Closed m-mohr closed 6 months ago

m-mohr commented 6 months ago

Implements #82

m-mohr commented 6 months ago

It's working, somewhat!

As I only provide the access_token to the server, there are various issues:

Is there a way to get id_token and refresh_token again with just the access_token?