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 Developer

    Hi, I'll check and fix that

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11