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

Add IAC support for HTML5 (DEF-1782) #1

Open
AGulev opened this issue Sep 16, 2019 · 0 comments
Open

Add IAC support for HTML5 (DEF-1782) #1

AGulev opened this issue Sep 16, 2019 · 0 comments

Comments

@AGulev
Copy link
Contributor

AGulev commented Sep 16, 2019

It would be nice if it was possible to pass in arguments to an HTML5 app and pick them up in the Lua code using same IAC module as we have on Android and iOS.

For now we can work around the problem of passing in a session token and core user id on canvas like this (thanks [~sven.andersson]):

Module.runMain(configure=html5.external_generated_token=abc123)

sys.get_config("html5.external_generated_token)

Case: for the current config usage this is a potential security risk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant