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
I try to log request access to API including request new token and refresh token to oauth/token, but my log always record null for \Auth::user(), so i create fresh new laravel passport just to test this access log, but the result is still null, here is my trial settings: https://github.com/ratno/trial_passport
so i create LogAccess middleware just to log user who request token:
then run artisan command to simulate request token and refresh token:
here is my laravel.log, i cant get user id who request the token:
is this the expected behaviour or a bug?
The text was updated successfully, but these errors were encountered:
I try to log request access to API including request new token and refresh token to oauth/token, but my log always record null for \Auth::user(), so i create fresh new laravel passport just to test this access log, but the result is still null, here is my trial settings: https://github.com/ratno/trial_passport
so i create LogAccess middleware just to log user who request token:
then run artisan command to simulate request token and refresh token:
here is my laravel.log, i cant get user id who request the token:
is this the expected behaviour or a bug?
The text was updated successfully, but these errors were encountered: