Skip to content

0.10.0: Email check customization and authorization headers

Compare
Choose a tag to compare
@mwarkentin mwarkentin released this 02 May 19:33
· 212 commits to main since this release
  • [#75] Enable header-based authentication
    • Set a header instead of passing the token via GET param: "Authorization: WATCHMAN-TOKEN Token=\":token\""
    • Improves security by keeping tokens out of logs
  • [#79] Enable customization of email check
    • Add WATCHMAN_EMAIL_RECIPIENTS setting - pass a list of recipients the email should be sent to
    • Add WATCHMAN_EMAIL_HEADERS setting - pass a dict of custom headers to be set on the email