Starts in:
2 DAYS
3 HRS
2 MIN
0 SEC
Starts in:
2 D
3 H
2 M
0 S
Open Closed

react-native does not have refresh token #6269


User avatar
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)
  • User Avatar
    0
    lizhaofeng created

    In addition, expire_time is also incorrect, the correct term should be

    expire_time: new Date().valueOf() + expiresIn*1000 || 0,
    

  • User Avatar
    0
    masum.ulu created
    Support Team Angular Expert

    Hi, I'll check and fix that

Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06