This commit is contained in:
Vlad Filippov 2018-06-09 08:34:13 -07:00
Родитель f9ad63ed6f
Коммит 5f7fa7ca65
3 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,17 @@
<a name="1.113.1"></a>
## [1.113.1](https://github.com/mozilla/fxa-oauth-server/compare/v1.113.0...v1.113.1) (2018-06-09)
### Bug Fixes
* **pkce:** Don't require PKCE in the direct grant flow. (#566) r=@vladikoff ([d70fe6d](https://github.com/mozilla/fxa-oauth-server/commit/d70fe6d)), closes [#566](https://github.com/mozilla/fxa-oauth-server/issues/566) [#559](https://github.com/mozilla/fxa-oauth-server/issues/559)
### Features
* **authorization:** Require tokenVerified=true for key-bearing scopes. (#561) r=@vladikoff ([f9ad63e](https://github.com/mozilla/fxa-oauth-server/commit/f9ad63e)), closes [#561](https://github.com/mozilla/fxa-oauth-server/issues/561) [/github.com/mozilla-services/tokenserver/blob/master/tokenserver/views.py#L140](https://github.com//github.com/mozilla-services/tokenserver/blob/master/tokenserver/views.py/issues/L140)
<a name="1.113.0"></a>
# [1.113.0](https://github.com/mozilla/fxa-oauth-server/compare/v1.112.1...v1.113.0) (2018-05-30)

2
npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "1.113.0",
"version": "1.113.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "1.113.0",
"version": "1.113.1",
"private": true,
"description": "Firefox Accounts OAuth2 server.",
"scripts": {