You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter a breaking bug when trying to use h5p-standalone for an internal training platform.
The platform uses a client-stored, short-lived accessToken that is periodically refreshed on the client, and included in a query param for ajax.contentUserDataUrl.
On longer contents, ajax.contentUserDataUrl could not be updated to include the new token and thus the content no longer saves properly.
The text was updated successfully, but these errors were encountered:
We can maybe support function type for ajax.contentUserDataUrl, that would solve the case quickly without complicated support for dynamic options update.
I encounter a breaking bug when trying to use
h5p-standalone
for an internal training platform.The platform uses a client-stored, short-lived
accessToken
that is periodically refreshed on the client, and included in a query param forajax.contentUserDataUrl
.On longer contents,
ajax.contentUserDataUrl
could not be updated to include the new token and thus the content no longer saves properly.The text was updated successfully, but these errors were encountered: