You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing session based authentication while your frontend is seperated is not a good idea at all. I would personally not support anything like that.
However, if you're using some other token based, then you just need to fix places where JWT is used and replace it with passport. Its not black magic to do.
What do I need to know if I wanted to use Laravel Passport instead of jwt?
The text was updated successfully, but these errors were encountered: