Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"deep link" from Python/R client session to web editor #262

Open
soxofaan opened this issue Jun 8, 2022 · 3 comments
Open

"deep link" from Python/R client session to web editor #262

soxofaan opened this issue Jun 8, 2022 · 3 comments
Labels
enhancement New feature or request question Further information is requested
Milestone

Comments

@soxofaan
Copy link
Member

soxofaan commented Jun 8, 2022

Feature idea (to be discussed how useful/feasible this is):

  • user is (for example) using python client in a jupyter environment and has authenticated connection
  • user does something like connection.open_webeditor()
  • new browser window opens (or some kind of link is printed) with authenticated webeditor, so user does not have to go through authentication on webeditor again
@soxofaan
Copy link
Member Author

soxofaan commented Jun 8, 2022

(hard part of this is probably getting the auth tokens from python space to browser space is a secure manner)

@m-mohr
Copy link
Member

m-mohr commented Jun 8, 2022

Yes, the authentication issue is really the hardest part, I think.

And there's the rabbit hole: Which editor to open? editor.openeo.cloud or editor.openeo.org ;-)

@m-mohr m-mohr added enhancement New feature or request question Further information is requested labels Jun 8, 2022
@m-mohr m-mohr added this to the future milestone Jun 8, 2022
@soxofaan
Copy link
Member Author

soxofaan commented Jun 8, 2022

Which editor to open? editor.openeo.cloud or editor.openeo.org ;-)

That could be done with an argument e.g. connection.open_webeditor("editor.openeo.org"), a client config file entry or ultimately even a discovery/detection mechanism (e.g. something along the lines of prepending "editor." to the back-end hostname)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants