Webhooks: local config, docs and improve how the checksum is calculated
The way the checksum is calculated now is more similar to the other API calls, specially setConfigXML. It uses the content type 'application/x-www-form-urlencoded' so the information in the post body doesn't have to be converted from/to js/string, preventing possible checksum errors in different programming languages.
Showing
- labs/bbb-callback/.gitignore 1 addition, 0 deletionslabs/bbb-callback/.gitignore
- labs/bbb-callback/README 0 additions, 34 deletionslabs/bbb-callback/README
- labs/bbb-callback/README.md 275 additions, 0 deletionslabs/bbb-callback/README.md
- labs/bbb-callback/callback_emitter.coffee 24 additions, 11 deletionslabs/bbb-callback/callback_emitter.coffee
- labs/bbb-callback/config.coffee 14 additions, 18 deletionslabs/bbb-callback/config.coffee
- labs/bbb-callback/config/webhooks.nginx 0 additions, 1 deletionlabs/bbb-callback/config/webhooks.nginx
- labs/bbb-callback/config_local.coffee.example 22 additions, 0 deletionslabs/bbb-callback/config_local.coffee.example
- labs/bbb-callback/web_server.coffee 3 additions, 3 deletionslabs/bbb-callback/web_server.coffee
Loading
Please register or sign in to comment