1

Our security policy requires that users must relogin at 00:00:00, so we can't hardcode some ttl for token in the config. What is the preferable way to create token with specified expiry date like '2017-03-08 00:00:00'?

4

1 回答 1

1

你应该看看编写和使用你自己的编码器服务,动态计算你的令牌生命周期。

于 2017-03-31T16:54:02.620 回答