标签: javascript local-storage
我正在使用JWT进行身份验证,并将其存储在localStorage中。我注意到,chrome每隔约15分钟就会删除所有localStorage数据。有什么我可以做的吗?
我将https://github.com/websanova/vue-auth用于前端JWT,将https://github.com/tymondesigns/jwt-auth用于后端JWT验证