generally generalized, version updated to 1.2
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# BRAID v1.0.8
|
||||
# BRAID v1.2
|
||||
> Websocket server for the Measure platform
|
||||
|
||||
[](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',
|
||||
|
Reference in New Issue
Block a user