```javascript config.jwt = { expire: 7200, secret: 'b2ce49e4a541068d', }; ``` I watch [node-jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) docs, But I found set to token expire time attribute name should is `expiresIn`?