-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't get acess token in LoginProxy #37
Comments
@aityahiaidir did you update cloned source code with pull requests? |
@MahdiPishguy |
@aityahiaidir check pull requests and apply them on your local project, it seems this problem can be fine |
@aityahiaidir It seems I have the same issue. Did you solve this? |
@nteath I have the same problem too. The way I fixed it is using middleware Also from the client, you have send a post request that has Authorization Bearer token. This way the authmanager can use the included access token in your request to retrieve the correct user |
Hello,
it's not Larapi issue I used some part of your configuration to mount my backend API for SPA React UI, I focused on authentication (login logout) part, everything works fine for authentication (I get the token and user can refresh to get new one).
but when i try de Logout i get FatalThrowableError when trying to get user access token in LoginProxy
Symfony\Component\Debug\Exception\FatalThrowableError: Call to a member function token() on null in file LoginProxy
I did not make any changes to LoginProxy, maybe I missed something from my project setup, can you give me a track of the possible cause of this issue.
The text was updated successfully, but these errors were encountered: