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
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
Description:
I can see that passport class had some changes -
#1464
before , in my AuthServiceProvider class , I used to add this code -
and now I dont add any more with those changes .
I dont know If I have to add in other place, the passport routes .
well . but my question is , I have a personal token that I get like this -
first I create the access token -
then I log in -
so it returns a access token .
with this token I make a request to get the user information , like this -
in the user info Controller -
it is returning null -
It is not returning any more my user .
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: