Skip to content

Commit b8ff853

Browse files
committed
Merge branch 'master' into dev
2 parents 89173de + 4090055 commit b8ff853

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/

docs/misc/migrating-v2-to-v3.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ The following server options can be set when instantiating the OAuth service:
4040
* `allowExtendedTokenAttributes`: **default false** Allows additional attributes (such as `id_token`) to be included in token responses.
4141
* `requireClientAuthentication`: **default true for all grant types** Allow ability to set client/secret authentication to `false` for a specific grant type.
4242

43-
The following server options have been removed in v3.0.0
43+
The following server options have changed behavior in v3.0.0:
44+
45+
* `accessTokenLifetime` can no longer be set to `null` to indicate a non-expiring token. The recommend alternative is to set accessTokenLifetime to a high value.
46+
47+
The following server options have been removed in v3.0.0:
4448

4549
* `grants`: **removed** (now returned by the `getClient` method).
4650
* `debug`: **removed** (not the responsibility of this module).

0 commit comments

Comments
 (0)