Releases: HumanDynamics/rhythm-server
Releases · HumanDynamics/rhythm-server
v0.3.0
0.3.0 server release!
- JWT authentication now implemented. Clients and users must create a username / password, and authenticate all requests with a JWT token retrieved from the server using
feathers.client.login(user, pass)
add_participant
andremove_participant
events sent aspatch
queries to themeetings
endpoint must now send theadd_participant
orremove_participant
info in the data param of the request, rather than the additional params itself.- deployments with amazon ElasticBeanstalk!