Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 20:51
· 69 commits to main since this release

1.3.0 (2024-10-07)

Bug Fixes

  • Add missing OK response to routes (1181be1)
  • Allow more necessary HTTP methods for CORS (080e2e5)
  • Configure CORS properly to allow authorization and content-type header (6442757)
  • Expire token relative to current date time instead of just time (c26e129)
  • Expose www-authenticate header to JS (9ed724e)
  • Respond with JSON when returning token (1e3e46f)
  • Specify a validation function to fix authentication (53c3600)

Features

  • Add missing parameter and response documentation (491533d)
  • Customize logging level through environment variable (8b17d88)
  • Improve response info description wording (977d252)
  • Only allow requests from HTTPs (a6d7da1)