Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
The module webanizrTokens performs all sorts of tasks regarding the Webanizr Tokens. Webanizr tokens are needed to gain access to different Webanizr services or data.
webanizr.collect('webanizrTokens', parameters, callback);
WebanizrTokens accepts the following parameters:
The type of task the module needs to perform. The following tasks are supported:
Only certified merchants can create Webanizr tokens. You can request your own merchant id by contacting Content Power.
The domain for which the token is requested. The token can only be used from that domain.
The token that needs to be verified.
If set to true, the verify service will also check the domain set in the token.
The secret key of the merchant. You can request your own merchant id by contacting Content Power.
The callback is called after the editor is loaded. The callback function is called with empty data.
request a token:
https://cdn.cpmodules.webanizr.com/demo/webanizr-token/index.html
verify a token:
https://cdn.cpmodules.webanizr.com/demo/webanizr-token-verify/index.html
get info on a token:
https://cdn.cpmodules.webanizr.com/demo/webanizr-token-info/index.html