and Iam doing a single login system for mobile native app and web app using API and Passport,If the user has been logged in using API and authenticated with Passport, how can I display user info in view blade
@if (Auth::check())
<p></p>
@else
<p>not authenticated via Passport</p>
@endi
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire