Skip to content

Commit

Permalink
Merge branch 'craft-4' of https://github.com/verbb/auth into craft-5
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	composer.json
  • Loading branch information
engram-design committed Jan 3, 2025
2 parents 9e96f4b + ad46147 commit 76ebc0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
- Fix an error with URL generation for authenticated requests.
- Fix error handling for IdentityServer4 provider.

## 1.0.36 - 2025-01-03

### Changed
- Lock `league/oauth2-client` to `2.7.0` to prevent an issue with refresh token scopes on some providers.

## 1.0.35 - 2024-10-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jakeasmith/http_build_url": "^1.0",
"lcobucci/jwt": "^3.4 || ^4.0",
"league/oauth1-client": "^1.9",
"league/oauth2-client": "^2.0",
"league/oauth2-client": "2.7.0",
"mollie/mollie-api-php": "^1.19 || ^2.39",
"paragonie/random-lib": "^2.0",
"psr/http-message": "^1.0 || ^2.0",
Expand Down

0 comments on commit 76ebc0f

Please sign in to comment.