supertokens / supertokens-python

Python SDK for SuperTokens
https://supertokens.com
Other
129 stars 38 forks source link

fix: remove normalise_url_path_or_throw_error unnecessary lowercasing #542

Open gaurpulkit opened 1 week ago

gaurpulkit commented 1 week ago

Summary of change

This PR aims to fix the issue by removing lower method from normalise_url_path_or_throw_error function

Related issues

https://github.com/supertokens/supertokens-python/issues/537

Test Plan

I have tested and verified this change by adding custom thirdparty integration for Cisco Duo which has case sensitive URL for OIDC Discovery Endpoint

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

Remaining TODOs for this PR