nihgwu / hexo-hey

an admin plugin for hexo
http://nihgwu.github.io/hexo-hey/
MIT License
208 stars 41 forks source link

use expiresIn instead of deprecated expiresInMinutes #26

Closed MasterGroosha closed 8 years ago

MasterGroosha commented 8 years ago

I have this warning in hexo console:

invalid "expiresInMinutes" option for string payload
jsonwebtoken: expiresInMinutes and expiresInSeconds is deprecated.
Use "expiresIn" expressed in seconds.

Maybe there's something else to edit, I'm not familiar with hexo.

nihgwu commented 8 years ago

Thanks for your PR, I've noticed that warning, but i think we can't simply rename the variable without warning the users to update their _config.yml