Skip to content

Releases: HumanDynamics/rhythm-server

v0.3.0

09 Jun 18:52
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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 and remove_participant events sent as patch queries to the meetings endpoint must now send the add_participant or remove_participant info in the data param of the request, rather than the additional params itself.
  • deployments with amazon ElasticBeanstalk!

v0.2.0

24 May 17:24
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Version 0.2.0 of the Rhythm Server.