Finally, we have released a new version of Total.js OpenPlatform v5. The upgraded version brings better code, stability and security. It can be customized for a variety of purposes. OpenPlatform is under the MIT license.
As a database we use PostgreSQL. Data from the OpenPlatform are stored in the scheme op
, so you can extend the public
schema without losing functionality in the OpenPlatform.
In comparison to the new version, the old version has a lot more functionality. It was also difficult to extend the old version. Therefore, we decided to create a new OpenPlatform version for customizing rather than complex functionality. The newly released version is much faster and simpler to use.
The authentication mechanism has been replaced with a more secure one. Now a third-party app needs two tokens: request token
(for signing receiving data) and response token
(for signing outgoing data).
Check out our web application template optimized for the OpenPlatform. It can help you create an app for the OpenPlatform.