首页 > 解决方案 > How to Get Expire Date from Jwt Empty Payload

问题描述

I wrote the web application with Asp.net Core 5. But the generated token encrypted By SecurityAlgorithms.Aes128CbcHmacSha256 And this encryption hides the payload. Now in React how to get the expiration date of the token.

标签: asp.netasp.net-core

解决方案


推荐阅读