diff options
Diffstat (limited to 'server/lib/auth.ts')
-rw-r--r-- | server/lib/auth.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/auth.ts b/server/lib/auth.ts index 466c9bdd4..dbd421a7b 100644 --- a/server/lib/auth.ts +++ b/server/lib/auth.ts | |||
@@ -19,6 +19,7 @@ const oAuthServer = new OAuthServer({ | |||
19 | useErrorHandler: true, | 19 | useErrorHandler: true, |
20 | accessTokenLifetime: OAUTH_LIFETIME.ACCESS_TOKEN, | 20 | accessTokenLifetime: OAUTH_LIFETIME.ACCESS_TOKEN, |
21 | refreshTokenLifetime: OAUTH_LIFETIME.REFRESH_TOKEN, | 21 | refreshTokenLifetime: OAUTH_LIFETIME.REFRESH_TOKEN, |
22 | allowExtendedTokenAttributes: true, | ||
22 | continueMiddleware: true, | 23 | continueMiddleware: true, |
23 | model: require('./oauth-model') | 24 | model: require('./oauth-model') |
24 | }) | 25 | }) |