Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Release v1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Nov 18, 2015
1 parent addc9d6 commit ab66322
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,3 +1,12 @@
train-50
* fix(server): refactor account promise chains to named functions
* refactor(locale): sync new locale list
* fix(locale): reenable pt-PT locale
* fix(mail): update email support url
* feat(oauth): pass email=false when verifying oauth tokens
* fix(oauth): look for the correct 'scope' param in oauth response
* feat(server): implement device registration api

train-49
* feat(profile): Add oauth-authenticated /account/profile endpoint
* fix(tests): Eliminate race condition in teardown of concurrent_tests
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.49.0",
"version": "1.50.0",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"
Expand Down

0 comments on commit ab66322

Please sign in to comment.