Skip to content
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

Fix Events and add TODOs for the next major release #1467

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hafezdivandari
Copy link
Contributor

Related to #1465

  • Fixed a bug where "Device Authorization" grant emits wrong events after access / refresh token is issued.
  • No event is emitted on "Implicit" grant after an access token is issued, unlike other grants!
    • This can't be fixed without changing the method signature which is a BC breaking change.
    • Added a TODO comment to be fixed on the next major release.
  • Added a TODO comment to fix a typo on the argument name of the \League\OAuth2\Server\Repositories\DeviceCodeRepositoryInterface::getDeviceCodeEntityByDeviceCode() method on the next major release: string $deviceCodeEntity -> string $deviceCode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant