- Changes third party provider type to get client ID dynamically so that it can be changed based on user context.
0.6.7
- Adds delete email (`delete_email_for_user`) and phone number (`delete_phone_number_for_user`) functions for passwordless and thirdpartypasswordless recipe - Adds check for user type in update passwordless info in thirdpartypasswordless recipe
0.6.6
- Fixes issue in user metadata recipe where as are exposing async functions in the syncio file.
0.6.5
- Upgrade and freeze pyright version - Rename `compare_version` to `get_max_version` for readability - Add user metadata recipe
0.6.4
- bug fix in `default_create_and_send_custom_email` for emailverification recipe where we were not sending the email if env var was not set. - Fix telemetry issues related to asyncio when using FastAPI. Related issue: https://github.com/supertokens/supertokens-core/issues/421 - adds git action for running tests
0.6.3
- Setup logging for easier debugging - Adds github action for checking all things checked by pre commit hook