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

Changed signature of methods in AbstractProvider.php #898

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

Conversation

cloudcogsio
Copy link

cloudcogsio and others added 3 commits August 2, 2021 06:31
- Abstract methods in AbstractProvider.php should use
AccessTokenInterface instead of the concrete AccessToken class provided
by League.
- Keycloak client that uses OpenID Connect Discovery for endpoints
- Uses discovered Keycloak public keys for local token introspection
Copy link
Member

@shadowhand shadowhand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes would break all dependent packages due to signature mismatch. This change would have to be done as part of a new major release.

@shadowhand shadowhand added the breaking Pull requests that would be breaking changes label Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Pull requests that would be breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants