supertokens / supertokens-python

Python SDK for SuperTokens
https://supertokens.com
Other
127 stars 35 forks source link

fix: Add support for any type in value field instead of only string #525

Closed deepjyoti30-st closed 1 week ago

deepjyoti30-st commented 1 week ago

Summary of change

Port for form validation changes to support any type of value in form fields instead of just strings.

Reference PR: https://github.com/supertokens/supertokens-node/pull/924

PS: This also includes some fixes for the pre-commit hook workflow that was failing to run earlier.

Related issues

Test Plan

All tests in authFlow, passwordReset should pass

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