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

Add example that implements AppAuth JS #32

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

For non-web usage we may want to provide an example that implements AppAuth JS, so that (1) we have a better example of how to use setOidcProviderFactory and (2) we have a starting guide for other environments (node, app, ...).

Related: #30

cc @jneijt - have you looked into AppAuth JS and can provide some example code?

jneijt commented 3 years ago

@m-mohr Sorry, I missed this somehow. Unfortunately I haven't had the time to look into AppAuth JS and as the current implementation is "kind-of-working" its priority is not that high anymore on our side for now.

m-mohr commented 3 years ago

Obsolete, see #49