Vlad Filippov
9f12267618
chore(deps): update deps, fix nsp ( #517 ) r=@philbooth
2018-02-17 09:35:26 -05:00
Ryan Kelly
31adfed98f
Release v1.105.0
2018-02-07 09:50:57 +11:00
Ryan Kelly
f764dc82bf
feat(openid): Allow untrusted reliers to request `openid` scope. ( #516 ), r=@vbudhram
2018-01-29 14:20:27 +00:00
Ryan Kelly
1a470c8535
Release v1.104.0
2018-01-24 14:03:42 +11:00
Ryan Kelly
1c5080782f
feat(auth): Accept client credentials in the Authorization header. ( #514 ); r=philbooth
...
This is required for strict compliance with RFC6749, which mandates
that we MUST support client credentials via this method.
2018-01-24 08:29:14 +11:00
John Morrison
df896d6903
Merge pull request #512 from mozilla/fix-revert-issue-511
...
Revert "fix(config): mark config sentryDsn and mysql password sensitive (#511 )
2018-01-19 15:59:44 -08:00
John Morrison
41bd7c0072
fix(config): reverting 'mark config sentryDsn and mysql password sensitive ( #511 ) r=@vladikof'f
...
This reverts commit d98fbcde73
.
2018-01-19 15:58:28 -08:00
John Morrison
d98fbcde73
fix(config): mark config sentryDsn and mysql password sensitive ( #511 ) r=@vladikoff
2018-01-11 19:53:20 -05:00
Ryan Kelly
e0de2f3b57
feat(keys): Check lastAuthAt freshness when fetching key data. ( #506 ) r=@vladikoff
2018-01-11 18:30:50 -05:00
vladikoff
4f613d33d4
Release v1.103.0
2018-01-08 20:46:54 -05:00
John Morrison
adc1fc02a5
fix(node): use node 6.12.3 ( #510 ) r=@vladikoff
2018-01-03 20:59:22 -05:00
vladikoff
bc91841f2c
Release v1.100.2
2017-12-04 18:11:50 -05:00
Vlad Filippov
df0ca82ac7
fix(tokens): invalidate refresh tokens on client-token DELETE action ( #508 )
...
Fixes #507
2017-12-04 18:11:32 -05:00
vladikoff
9a95b3c749
Release v1.100.1
2017-11-27 10:28:54 -05:00
Vlad Filippov
a5e6d8f4de
fix(keys): replace scope key TLD ( #505 ) r=@rfk
2017-11-23 22:03:33 -05:00
Vlad Filippov
5d772f656b
revert(keys): Check lastAuthAt freshness when fetching key data
...
This reverts commit 855adee4fe
.
2017-11-23 17:20:46 -05:00
Ryan Kelly
855adee4fe
feat(keys): Check lastAuthAt freshness when fetching key data. ( #502 ) r=@vladikoff
2017-11-23 14:38:39 -05:00
Vlad Filippov
48ec2a359c
refactor(keys): rename keyMaterial, timestamp to keyRotationSecret, k… ( #500 ) r=@rfk
...
Rename keyMaterial, timestamp to keyRotationSecret, keyRotationTimestamp
2017-11-15 10:37:26 -05:00
Ryan Kelly
6aaa1f9aab
Release v1.100.0
2017-11-15 13:26:53 +11:00
John Morrison
167c97347b
fix(node): use node 6.12.0 ( #501 ) r=@vladikoff
2017-11-14 14:55:22 -05:00
Vlad Filippov
ef34859b79
feat(logs): add sentry support ( #499 ), r=@vbudhram
2017-11-06 08:08:38 -05:00
Vlad Filippov
4ea0661b64
Release v1.99.0
2017-11-03 15:24:21 -04:00
Vlad Filippov
cf1c836b37
fix(pkce): match pkce implementation to specifications ( #498 ) r=rfk
...
Fixes #495
2017-10-31 22:20:36 -04:00
John Morrison
a49b2727b0
fix(travis): run tests with 6 and 8 ( #497 ) r=vladikoff
2017-10-31 21:19:51 -04:00
Vijay Budhram
2a2a8efd68
Release v1.98.1
2017-10-26 13:19:01 -04:00
Vijay Budhram
6eb07cfb6d
chore(docker): Update to node 6.11.5 ( #494 )
2017-10-26 13:17:18 -04:00
Ryan Kelly
9f215e62b1
Release v1.98.0
2017-10-18 13:21:11 +11:00
Vlad Filippov
85af2a2966
chore(dev): add Notes supprot scope in dev ( #492 )
2017-10-10 13:15:21 -04:00
vladikoff
66008c50be
Release v1.97.0
2017-10-03 11:36:22 -04:00
Vlad Filippov
a9152c356f
feat(keys): add key-data docs, move client_id into payload ( #491 ); r=rfk
2017-10-03 09:40:39 +11:00
Vlad Filippov
f892bcba72
feat(scopes): allow https:// scopes ( #490 ); r=rfk
...
Fixes #489
2017-10-03 09:38:18 +11:00
Vlad Filippov
f3fcae5a90
feat(scopes): add key-data and scope support ( #487 ) r=rfk
...
Fixes #483
2017-10-02 11:58:17 -04:00
Vlad Filippov
b6d6c93cf8
fix(deps): update newrelic and request r=@shane-tomlinson
2017-09-28 15:21:25 +01:00
Vlad Filippov
6a4efd1bf7
feat(keys): add keys_jwe support ( #486 ) r=rfk
...
The oauth-server needs the ability to accept an encrypted bundle of key material from content-server during the oauth dance, and provide it to the relier at completion.
Fixes #484
2017-09-21 10:39:09 -04:00
vladikoff
efac7bc852
Release v1.96.0
2017-09-19 19:36:46 -04:00
Vlad Filippov
f5873f9db4
feat(tokens): add support for password change and reset event ( #485 ) r=rfk
...
Fixes #481
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1374032
2017-09-19 19:35:17 -04:00
Ryan Kelly
8633fc8e5c
Release v1.95.1
2017-09-14 07:36:47 +10:00
Ryan Kelly
6b2810e0df
chore(deps): Update hapi to latest version ( #482 ) r=vladikoff
2017-09-13 08:54:15 -04:00
Ryan Kelly
07bbfb5dfc
Release v1.95.0
2017-09-06 21:15:57 +10:00
Vlad Filippov
8bc148ab33
refactor(lint): remove jscs, update eslint rules ( #477 ), r=@vbudhram
2017-08-31 11:06:34 -04:00
Vlad Filippov
176c8285fc
chore(ci): drop node 4 as a supported env ( #478 )
...
* chore(ci): drop node 4 as a supported env
* chore(pkg): update engine
2017-08-31 10:16:07 -04:00
Ryan Kelly
4c5c2babbe
Release v1.94.0
2017-08-23 06:25:27 +10:00
Vlad Filippov
7b401ebf9c
feat(pkce): add ability for PKCE clients to use refresh_tokens ( #476 ) r=seanmonstar
...
Fixes #472
2017-08-17 10:17:57 -04:00
Sean McArthur
ed5af03ae4
Merge pull request #475 from mozilla/dev-fx-notes
...
chore(dev): add Firefox Notes Web Extension client to development config
2017-08-14 14:27:49 -07:00
Vlad Filippov
3960e5f2c8
chore(dev): add Firefox Notes Web Extension client to development config
2017-08-14 13:07:49 -04:00
Sean McArthur
fccb6ca5d2
Merge pull request #474 from mozilla/update-newrelic-version
...
fix(newrelic): update to v2.1.0
2017-08-12 22:54:20 -07:00
John Morrison
87a3aeeef8
fix(newrelic): update to v2.1.0
2017-08-12 21:19:24 -07:00
Ryan Kelly
52d935183b
Release v1.92.0
2017-07-26 11:20:58 +10:00
Sean McArthur
b88427c503
Release v1.91.0
2017-07-12 11:50:25 -07:00
Sean McArthur
bf18308d76
Merge pull request #471 from mozilla/node-sec
...
fix(nodejs): update to 6.11.1 for security fixes
2017-07-12 11:39:17 -07:00