-
Notifications
You must be signed in to change notification settings - Fork 51
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
Unable to logout #112
Comments
The If it is an instance of class that uses that trait Please, let me know. |
The only message it returns is unauthenticated. When I add the logout route to the middleware like this
It returns "message" => "Unauthenticated" |
Please, send me you project config files |
These are my config files app.php
auth.php
kernel.php
composer.json
|
I have used the below method to delete the token
|
hello my friend , i have an issue in OauthAccessToken not found.. i am trying to look where is the class model come from |
@richardordinario Make sure you have implemented Model called OauthAccessToken on your app. |
Thank you for the response, i have already fix the problem by doing this |
Hi, I can login successfully through the api, but am unable to logout. When I use postman, the result I get is code for the login page.
Here is my login code.
Login function in the AuthController.
`
And in addition to that, how do I compose a request containing a token, is it supposed to be a get or post request?
The text was updated successfully, but these errors were encountered: