supertokens-python
supertokens-python copied to clipboard
Python SDK for SuperTokens
## Summary of change This PR replicates the changes done in https://github.com/supertokens/supertokens-node/pull/813 for the python SDK. **NOTE:** Our tests used `fastapi.testclient.TestClient`, which has a CookieJar that stores cookies between requests....
## Summary of change Removing of combination recipe ## Related issues - https://github.com/supertokens/supertokens-node/issues/815 ## Test Plan TODO ## Checklist for important updates - [ ] Changelog has been updated -...
Any plans to support pyramid ? Is there a guide to how to support a new framework?
Hi there, I'm one of the maintainers of [Litestar](https://litestar.dev/). We received a request to add support for supertokens -> https://github.com/litestar-org/litestar/issues/1497. I'm willing to put up a PR for this in...
## Summary of change Adds the litestar framework as option for backend python integration. ## Related issues - https://github.com/supertokens/supertokens-python/issues/310 - https://github.com/supertokens/supertokens-python/pull/311 ## Test Plan project should update the test environment...
[message.txt](https://github.com/supertokens/supertokens-python/files/9694113/message.txt) Stack trace attached in message.txt This error happens infrequently but daily. It has happened as long as a ~5 seconds for multiple requests. I'd like the sdk to either...
We are updating how fake emails are generated (and detected), because `fakeemail.com` is not a domain we are controlling. Related: https://github.com/supertokens/supertokens-node/pull/741/files#diff-b14fb90617b51ab3230266bd4cff0646a932edda9f411eec40598d4016d76b39
At the moment, your implementation is suitable for web applications. But I doubt that anyone in medium or large projects uses only one web. We are currently using celery+fastapi in...
Unlike other providers, the GitHub provider requests user data from the GitHub api and returns the user_id and email but never sets or provides the raw_user_info_from_provider, meaning we have to...
Why do you return 200 HTTP code on errors? For example: when you check the validity of an email, if email is invalid "Email is invalid", you return the code...