-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
Fixed definitions for AccessTokenBuilder #1210
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 2.x: Fix creation of dynamic property Simplify JWTTokenAuthenticator::loadUser Add API Platform compatibility chore: update GitHub generic actions Test under Symfony 6.2 / PHP 8.2 allow environment variables for remove_token_from_body_when_cookies_used Fix exception type Fix exception type Update link to refresh token bundle Inject clock Fixes TypeError in JWTManager CS fixes Improve deprecation message Update README.md Fix CI
* 2.x: Remove deprecation symfony 6.3 Update CHANGELOG for v2.18.1 Fix ci 2.x Update CHANGELOG for v2.18.0 fix: better API Platform and json_login compatibility Fix release date Update CHANGELOG for v2.17 Use the Security domain in translated messages Replaced deprecated ValidAt() with LooseValidAt()
This PR was squashed before being merged into the 3.x branch. Discussion ---------- Clean 3.x - [x] Remove namshi/jose - [x] Remove support < PHP8.1 & < Symfony 5.4 - [x] Support of PHPUnit 9.5 - [x] Update documentation - [x] Create an upgrade file Commits ------- b809524 Add upgrade 3.0 4505629 Fix test bfbd431 Update documentation b03708e PHPUnit 9.5 ef4c2ff Cleanup on 3.x 5b5400b Remove namshi/jose on 3.x
* 2.x: (30 commits) [CI] Fixed CI for PHP 7.2 Update CHANGELOG for v2.20.3 Fix for PHP <7.4 compatibility fix: types for di container for access token loader changed to array Update CHANGELOG for v2.20.2 Bump the dependencies group with 2 updates [GHA] Infra & build updates ci: Group GitHub Actions upgrades Update supported Symfony versions in docs Remove Scrutinizer PHP <7.4 compatibility Update CHANGELOG for v2.20.1 Removed constructor property promotion to fix compatibility with PHP 7.x Update CHANGELOG for v2.20.0 feat: add support for partitioned cookies Added: JWT security scheme to openapi WebToken support integration Fix deprecations on 6.4/7.0 Support OpenAPI 3.1.0 Update CI workflow for Symfony 7 ...
… (chalasr) This PR was merged into the 3.x branch. Discussion ---------- [3.x] Remove support for Symfony <6.4 and PHP <8.2 The 3.0 version will require PHP 8.2 and Symfony 6.4 as minimum versions. As of the next 2.x release, the 2.x branch will still be maintained but receive only bugfixes. Commits ------- f297d09 [3.x] Remove support for Symfony <6.4 and PHP <8.2
Hi @CvekCoding You targeted branch 2 while your development branch is on the 3.x. Please use the 2 branch, I think. I read your issue too, but I am not the most qualified to know if your changes are valid or not. |
@flohw oh, thanks). I will rework it |
Close, see #1211 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed definition for AccessTokenBuilder in nullable arguments
Fixed encryption arguments in AccessTokenLoader's constructor