Closed ICS-Vortex closed 2 years ago
Hi, thank you for the feedback, I will try to reproduce it and fix
If you have repo I can reproduce it faster I will be happy to use it, it may speedup me
Thank you one more time,
fixed in version 2.3.8
The problem was in the usage of Buffer which is available only in node (by default). Now it's replaced with simple implementation without the usage of Buffer/atob.
Hello guys. Any ideas why access token is not refreshing? I am using code straightly from readme. When I set TTL for my token 2seconds - after refreshing page - my authFetch fails with message
'authFetch' was called without access token. Probably storage has no session or session were expired
but token is still inside localStorage.as an example - my basic redux action to fetch user from API
I call this method in Navbar component when user is logged