Skip to content

Commit

Permalink
version 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 26, 2024
1 parent 140c9d2 commit fce702a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.15 - 2024-09-26

### Fixed
- Fix an error when making a request with a query string, and refreshing an expired token in the same request.

## 2.0.14 - 2024-09-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verbb/auth",
"description": "A Craft CMS module to make working with authentication for third-parties a breeze.",
"version": "2.0.14",
"version": "2.0.15",
"support": {
"email": "[email protected]",
"issues": "https://github.com/verbb/auth/issues?state=open",
Expand Down
24 changes: 24 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,22 @@
"oAP" : "\/src\/clients\/microsoft\/provider\/MicrosoftResourceOwner.php",
"oF" : 0
},
"\/src\/clients\/microsoftentra\/provider\/MicrosoftEntra.php" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 1,
"oAP" : "\/src\/clients\/microsoftentra\/provider\/MicrosoftEntra-output.php",
"oF" : 0
},
"\/src\/clients\/microsoftentra\/provider\/MicrosoftEntraResourceOwner.php" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 1,
"oAP" : "\/src\/clients\/microsoftentra\/provider\/MicrosoftEntraResourceOwner-output.php",
"oF" : 0
},
"\/src\/clients\/mixer\/entity\/MixerUser.php" : {
"cB" : 0,
"ft" : 8192,
Expand Down Expand Up @@ -2949,6 +2965,14 @@
"oAP" : "\/src\/providers\/Microsoft.php",
"oF" : 0
},
"\/src\/providers\/MicrosoftEntra.php" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 1,
"oAP" : "\/src\/providers\/MicrosoftEntra-output.php",
"oF" : 0
},
"\/src\/providers\/Mixer.php" : {
"cB" : 0,
"ft" : 8192,
Expand Down

0 comments on commit fce702a

Please sign in to comment.