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_participantandremove_participantevents sent aspatchqueries to themeetingsendpoint must now send theadd_participantorremove_participantinfo in the data param of the request, rather than the additional params itself.- deployments with amazon ElasticBeanstalk!