Open-EO / openeo-js-client

JavaScript and TypeScript client for the openEO API.
https://open-eo.github.io/openeo-js-client/latest/
Apache License 2.0
15 stars 6 forks source link

OIDC extensibility and set token #29

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

The build is failing due to GEE changes, is not related to this PR.

jneijt commented 3 years ago

Looks good to me and should nicely provide the options we discussed 👍 Any plans on adding an example to using the oidcProviderFactoryFunction to the documentation somewhere? I think it's a cool feature and could be very useful in various use-cases but might be buried to far in the code for people to notice. What do you think?

m-mohr commented 3 years ago

Thank you for the review. Yes, I need to find the time to documemt the OIDC authentication, not only the factory, but the whole workflow/OidcProvider. Made me issue #30 for it so that I not forget...