Skip to content

Add rate limiting, token auth, and SSL to runway

Alice Liquori requested to merge aliquori-ssl-and-rate-limit into development

Added optional fields to config.edn

  1. decay-time-seconds
  2. rate-limit-threshold
  3. permitted tokens

Added optional token field to runway request spec

Implemented SSL

Merge request reports