Supabase-auth

Latest version: v2.11.3

Safety actively analyzes 702335 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

1.7.2

Adds the types, provided by duncanhealy: https://github.com/supabase/gotrue-js/pull/24

1.7.0

In this release we added `client.api.sendMagicLinkEmail()` and updated `client.signIn()` to support magic link login by only providing email credentials without a password.

1.6.1

In this release we strip out the session data from the URL once it is detected.

1.6.0

In this release we added `client.user()`, `client.session()`, and `client.refreshSession()`.

1.5.10

In this one we had to roll back the automatic Semantic release, which bumped the version to 2.0.0.

This release containes some breaking changes:

js
// previously
let client = new Client()

// this release
let client = new GoTrueClient()

1.3.1

Chore

* chore(release): bump version to v1.3.1 ([`ede20fe`](https://github.com/supabase/auth-py/commit/ede20fea097fd900df2efc6231c14ea86f486087))

Fix

* fix: remove unnecessary async to on_auth_state_change (374) ([`574c739`](https://github.com/supabase/auth-py/commit/574c739500dd304aa6d09c69122373b6e4a5be01))

* fix: remove unnecessary async to on_auth_state_change

Somehow this got reverted on a refactor (https://github.com/supabase-community/gotrue-py/commit/e7ebc64112d970673265c7b314a1e8820fc0f7e1)

This causes problems when using the supabase client, since it&39;s not being awaited:
https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/client.py#L90 ([`7548d02`](https://github.com/supabase/auth-py/commit/7548d0290199bdb1053564b953932c53aabdea29))

Page 7 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.