This is a simple tool to test connecting to third-party applications via LTI.
What is LTI?
Learning Tools Interoperability is a specification developed by IMS Global Learning Consortium. LTI establishes a standard way of integrating third-party application and services with educational environments.
We only store your information in localStorage. Basically, it only exists inside your browser. Even then, we don't store your secret. If you're really concerned, you can view the code on Github.
What about the shareable links?
Those are generated using the Bitly API, and even then, we don't store anything. We just serialize the form, and append it to the query string. Again, the secret isn't included in this information.
My custom fields aren't custom!?
We don't prepend "custom_" to the custom field keys. This way, you can send additional parameters defined by LTI that aren't provided by this tool.