--- id: supabase-auth version: "2.31.0" license: MIT license_treatment: permissive maintenance: active --- # supabase-auth — Python Client Library for Supabase Auth License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install supabase-auth uv add supabase-auth poetry add supabase-auth ## Description # Auth-py [![CI](https://github.com/supabase-community/gotrue-py/actions/workflows/ci.yml/badge.svg)](https://github.com/supabase-community/gotrue-py/actions/workflows/ci.yml) [![Python](https://img.shields.io/pypi/pyversions/gotrue)](https://pypi.org/project/gotrue) [![Version](https://img.shields.io/pypi/v/gotrue?color=%2334D058)](https://pypi.org/project/gotrue) This is a Python port of the [supabase js gotrue client](https://github.com/supabase/gotrue-js). The current state is that there is a features parity but with small differences that are mentioned in the section **Differences to the JS client**. As of December 14th, we renamed to repo from `gotrue-py` to `auth-py` to mirror the changes in the JavaScript library. ## Installation The package can be installed using pip, uv or poetry: ### Pip ```bash pip install supabase_auth ``` ### Uv ```bash uv add supabase_auth ``` ### Poetry ```bash poetry add supabase_auth ``` ## Features - Full feature parity with the JavaScript client - Support for both synchronous and asynchronous operations - MFA (Multi-Factor Authentication) support - OAuth and SSO integration - Magic link and OTP authentication - Phone number... ## AI interpretation — verify before relying A Python client for Supabase authentication that handles user sign-up, sign-in, OAuth, MFA, and session management via both synchronous and asynchronous interfaces. Verdict: Well-maintained authentication library with feature parity to the JavaScript client, low install friction, and no known vulnerabilities. Suitable for projects needing Supabase-backed auth with sync/async flexibility and MFA support. [View on SkillFed](https://skillfed.io/packages/supabase-auth) · [View on PyPI](https://pypi.org/project/supabase-auth/)