Skip to content

Commit

Permalink
feat(defaults): add tokenExpiration and refreshTokenExpiration pr…
Browse files Browse the repository at this point in the history
…efixes
  • Loading branch information
JoaoPedroAS51 committed Mar 11, 2020
1 parent 731c5d8 commit 6142403
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/module/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,20 @@ module.exports = {
prefix: '_token.'
},

tokenExpiration: {
prefix: '_token_expiration.'
},

// -- Refresh token --

refreshToken: {
prefix: '_refresh_token.'
},

refreshTokenExpiration: {
prefix: '_refresh_token_expiration.'
},

// -- Strategies --

defaultStrategy: undefined /* will be auto set at module level */,
Expand Down

0 comments on commit 6142403

Please sign in to comment.