Closed dopry closed 1 month ago
@tonial
Maybe you could add a test to ensure that
"https://*.example.com/*"
and*
are not validredirect_uri
.
*
is a valid character in a uri path so https://*.example.com/*
is valid, but is not treated as a wild card.
I did add a test for just `` which raises invalid scheme
Fixes #1506
Description of the Change
Implement Wildcard support in allowed origins and redirect uris
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS