generally generalized, version updated to 1.2

This commit is contained in:
Josh Burman
2019-12-20 16:52:14 -05:00
parent 5c095c23ad
commit 60562c3139
8 changed files with 14 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# BRAID v1.0.8
# BRAID v1.2
> Websocket server for the Measure platform
[![Build Status](https://semaphoreci.com/api/v1/projects/7767f0f3-4da6-4c84-9167-4db5402a3262/2573412/badge.svg)](https://semaphoreci.com/yardstick/braid)
@ -47,10 +47,10 @@ braid:
hmac_secret = "test"
payload = {
:data => {
:client => 'client name (mhs is only one implemented currently)',
:client_type => 'site (only one in use rite now)',
:channel_type => 'public/private/custom',
:client_type => 'public/private/custom',
:user_id => (yardstick user id),
:user_type => '(teacher/user)',
:user_roles => and array with any combination of broadcaster/receiver/super,
:channel => 'desired channel name'
},
:sub => 'Braid JWT',