fix(auth): allow wildcards for url validation like oauth success

This commit is contained in:
Steven Nguyen 2024-03-11 15:44:36 +00:00
parent f37e616227
commit c9fdfb0f4b
No known key found for this signature in database
GPG key ID: 22EB8611C67E9E5C

12
composer.lock generated
View file

@ -1719,16 +1719,16 @@
}, },
{ {
"name": "utopia-php/framework", "name": "utopia-php/framework",
"version": "0.33.2", "version": "0.33.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/http.git", "url": "https://github.com/utopia-php/http.git",
"reference": "b1423ca3e3b61c6c4c2e619d2cb80672809a19f3" "reference": "893d602cd96676810c25fc9b9a2e9360eebb898f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/http/zipball/b1423ca3e3b61c6c4c2e619d2cb80672809a19f3", "url": "https://api.github.com/repos/utopia-php/http/zipball/893d602cd96676810c25fc9b9a2e9360eebb898f",
"reference": "b1423ca3e3b61c6c4c2e619d2cb80672809a19f3", "reference": "893d602cd96676810c25fc9b9a2e9360eebb898f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1758,9 +1758,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/http/issues", "issues": "https://github.com/utopia-php/http/issues",
"source": "https://github.com/utopia-php/http/tree/0.33.2" "source": "https://github.com/utopia-php/http/tree/0.33.3"
}, },
"time": "2024-01-31T10:35:59+00:00" "time": "2024-03-11T13:43:23+00:00"
}, },
{ {
"name": "utopia-php/image", "name": "utopia-php/image",