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

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 25, 2025, 11:10