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

Fixed definitions for AccessTokenBuilder #1210

Closed
wants to merge 16 commits into from

Conversation

CvekCoding
Copy link

Fixed definition for AccessTokenBuilder in nullable arguments
Fixed encryption arguments in AccessTokenLoader's constructor

wouter-toppy and others added 16 commits August 18, 2022 17:48
This PR was squashed before being merged into the 3.x branch.

Discussion
----------

Drop PHP <7.1 and Symfony <5.3 support

Fix for lexik#996

For tag 3.x

Commits
-------

ac9c8a6 Drop PHP <7.1 and Symfony <5.3 support
* 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
@flohw
Copy link
Contributor

flohw commented Feb 28, 2024

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.

@CvekCoding
Copy link
Author

@flohw oh, thanks).

I will rework it

@CvekCoding
Copy link
Author

Close, see #1211

@CvekCoding CvekCoding closed this Feb 28, 2024
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.

5 participants