Patch simple_oauth to fix Issue #3323009: Tests fail when client_secret has space at beginning or end

This commit is contained in:
Michael Stenta 2022-11-29 16:53:45 -05:00
parent 7c1aa73a34
commit b18395c18f
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@
"Issue #3322227: Document schema title wrong for multiple resource types": "https://www.drupal.org/files/issues/2022-11-17/3322227-0.patch"
},
"drupal/simple_oauth": {
"Issue #3322325: Cannot authorize clients with empty string set as secret": "https://www.drupal.org/files/issues/2022-11-17/3322325-1.patch"
"Issue #3322325: Cannot authorize clients with empty string set as secret": "https://www.drupal.org/files/issues/2022-11-17/3322325-1.patch",
"Issue #3323009: Tests fail when client_secret has space at beginning or end": "https://www.drupal.org/files/issues/2022-11-29/3323009-5.2.x-6.patch"
},
"itamair/geophp": {
"Use BCMath (where available) for all float arithmetic #115": "https://patch-diff.githubusercontent.com/raw/phayes/geoPHP/pull/115.patch"