TinCan_Prototypes icon indicating copy to clipboard operation
TinCan_Prototypes copied to clipboard

Examples which use the Tin Can API

Results 5 TinCan_Prototypes issues
Sort by recently updated
recently updated
newest added

The locator app no longer seems to function as intended, possibly due to changes with the Google Maps API.

Allows locator application to load when accessed over a secure layer

Having this issue when I ran the command: git submodule update --init --recursive OR git clone --recursive https://github.com/RusticiSoftware/TinCan_Prototypes.git

The prototypes sometimes use synchronous requests, which is bad practice and deprecated in Chrome and Firefox (maybe others). They should always use asynchronous requests.

If an endpoint is specified without trailing slash in OAuth page then requests will be incorrectly appended to form the URL, we should protect the users (like myself) from themselves.