First i am sorry for my English its not my native language .
I am using JWT-Auth on my project based on Laravel 5.2 it work perfectly thanks a lot for you works 👍
in my application i have notification + chat (real time) i connected web frontend with NodeJs + Redis + socket.io to secure connection with Node Server and be sure from user who will receive notification and chat i connected socket.io with backend trough JWT (every thing work as expected)
great !
the problem now i make Mobile APP for the application and for API i use JWT (in this case if user refresh token through mobile application it mismatch token on web application i lose connection with node server , if user refresh token through website my App user logout as mismatch token
First i am sorry for my English its not my native language .
I am using JWT-Auth on my project based on Laravel 5.2 it work perfectly thanks a lot for you works 👍 in my application i have notification + chat (real time) i connected web frontend with NodeJs + Redis + socket.io to secure connection with Node Server and be sure from user who will receive notification and chat i connected socket.io with backend trough JWT (every thing work as expected) great !
the problem now i make Mobile APP for the application and for API i use JWT (in this case if user refresh token through mobile application it mismatch token on web application i lose connection with node server , if user refresh token through website my App user logout as mismatch token
any advice to resolve this problem ?
thank in advance