1. 登录时生成token, 以token为键,以用户信息为值,存储在redis中,设置key过期时间
2. 需要身份验证的接口,带上token
3. 接口校验redis中token是否存在
4. 存在则更新token过期时间,不存在则身份校验不通过
5. 存储的信息可从redis中读取