Open jehadja opened 7 years ago
Done i send PR for refreshing the JWT you need just to approve PR , also you can turn off APP completey and come before 'refresh_ttl' => 20160, finish which is time per minute for token to be valid to refresh again you can make it 30 days for normal APP 👍
with regards
Thank you very much for your help! It is really appreciated. Could you please update the PHP file as per my comment, probably just the code was pasted twice.
Hi, Thank you for this Great efforts ! and i am sorry for my english language its not my native . but i have a question about Refresh token function in you Laravel project you refresh token each 1 hour
'ttl' => 60,
and also in API you put refresh Routei didn't see any action for this on ionic side i mean after 1 hour the token will be changed and black listed do you have any idea how to refresh it ? i tried the following code after login complete i run this function
and more over when application run
it some time work some time not my question if it needed on your project or not ? shall i send pull request ?
or you have another way to run the schedule Refresh
the getNewJwt function is following
-- update after one hour passed have this issue profile work normally as its stored on storage book page give the following error from backend
as it need to be refreshed !
best !