Firefox Auth Server v1.126.0 Release Notes

Release Date: 2018-11-27 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    • db: Improve query performance when deleting tokens for public clients. (d6a673c)
    • deps: drop nodemon (aa1919f)
    • โœ… tests: add Santa Clara to known locations (689f020)
    • โœ… tests: fix sinon compatbility in backendService (aca8277)
    • totp: don't send totp emails with invalid code (2ea84c1)

    ๐Ÿ”‹ Features

    • config: Error out if secret key config items are not overwritten in production. (df34343)
    • deps: update dev deps to match with auth-server (567b0cb)
    • deps: update mozlog, newrelic and raven (7f0834d)
    • deps: update sinon to latest (516ffd5)
    • oauth: remove internal server (0f9793f)
    • service: Create a nice abstraction for calling backend service APIs (193dc71)

    ๐Ÿ”จ Refactor