Releases: supabase/auth-py
Releases · supabase/auth-py
v2.12.3
2.12.3 (2025-07-03)
Bug Fixes
- add missing email_redirect_to option (#728) (7e63772)
- add missing nonce to the update_user method (#731) (9db842a)
v2.12.2
2.12.2 (2025-06-23)
Bug Fixes
- add py.typed marker for type-checking support (#721) (59fddd4)
- remove unused jwt key validation (#725) (13008b3)
- sms mfa failure due to missing totp field (#723) (8b81588)
v2.12.1
2.12.1 (2025-05-15)
Bug Fixes
- validate uuid on admin methods and fix wrong factor in delete_factor method (#706) (1649956)
v2.12.0
2.12.0 (2025-03-26)
Features
Bug Fixes
v2.11.3
2.11.3 (2025-01-30)
Bug Fixes
- move redirect_to into metadata for SSO authentication (#671) (6226426)
- sign_out not clearing session when exception raised (#665) (81a9d9e)
v2.11.2
2.11.2 (2025-01-24)
Bug Fixes
- use query params for all httpx requests (#662) (a7a9cea)