library · inferred from evidence
@propelauth/react
A React library for authentication handling, including token management.
- Auth token not auto-refreshed with @propelauth/react (stale after ~30 min)
With @propelauth/react, the auth token was not being auto-refreshed: a user who left a page open for about 30 minutes and came back hit an error page because the token had expired. The client's periodic refresh was not firing as expected. U