We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
passport/src/Http/Controllers/AuthorizedAccessTokenController.php
Line 61 in bd5ff54
When a token is successfully deleted, a valid response should be returned (probably new Response('', 204).
new Response('', 204)
However, nothing is returned, resulting in an error.
The text was updated successfully, but these errors were encountered:
Sorry about this. My frontend guys told me there was an error, and I didn't double-check it. This actually does return a valid response.
Sorry, something went wrong.
Similar situation here, Ember expects a response, but the one coming is no fit for Ember.
https://stackoverflow.com/questions/20648372/what-does-ember-data-expect-in-response-to-deleting-a-record
Seems like this is indeed a problem.
No branches or pull requests
passport/src/Http/Controllers/AuthorizedAccessTokenController.php
Line 61 in bd5ff54
When a token is successfully deleted, a valid response should be returned (probably
new Response('', 204)
.However, nothing is returned, resulting in an error.
The text was updated successfully, but these errors were encountered: