Firefox Auth Server v1.128.0 Release Notes

Release Date: 2019-01-08 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿณ docker: gen_keys in the OAuth docker container (1fa4a29), closes #412
    • ๐Ÿณ docker: run gen_keys.js after the COPY has been done (28b0e73)
    • ๐Ÿ“„ docs: Get write-api-docs script back up and running. (fdf0b1d)
    • email: check for null header values in the email service file (7e8c9dd), closes #2771
    • purge: adjust path to package.json (c64dd9e)

    chore

    • ๐Ÿ“„ docs: Fix typo "depricated" -> "deprecated" (5230d59)
    • grunt: remove grunt bump for oauth-server (8bf2ae4)

    ๐Ÿ”‹ Features

    • metrics: add country and region to activity and flow events (c0c9739)
    • npm: update to latest npmshrink (ec5236e)
    • oauth: Expose /account/scoped-key-data endpoint, by making backend calls to oauth-serve (7f13766)
    • validation: Have validators.scope automatically parse the value to a ScopeSet. (00975dd)

    ๐Ÿ”จ Refactor

    • oauth: combine oauth deps and package.json with auth (db8ed63), closes #2748
    • oauth: remove service clients (63acef3), closes #2761
    • oauth: remove unused grunt tasks from oauth-server (32ead29)