0
lizhaofeng created
-
ABP Framework version: v7.4.2
-
UI Type: Blazor Server
-
Database System: EF Core
-
Tiered (for MVC) or Auth Server Separated (for Angular): no
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
If the token becomes invalid, it will result in an exception being returned.
2 Answer(s)
-
0
In addition, expire_time is also incorrect, the correct term should be
expire_time: new Date().valueOf() + expiresIn*1000 || 0,
-
0
Hi, I'll check and fix that