tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.31k stars 1.54k forks source link

2 Frontend Issue #1166

Open jehadja opened 7 years ago

jehadja commented 7 years ago

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

muralivenkatesh commented 6 years ago

I have the same problem