Gotrue

Latest version: v2.12.0

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

Scan your dependencies

Page 4 of 48

2.65.1

[2.65.1](https://github.com/supabase/auth-js/compare/v2.65.0...v2.65.1) (2024-10-14)


Bug Fixes

* Call `SIGNED_OUT` event where session is removed ([854](https://github.com/supabase/auth-js/issues/854)) ([436fd9f](https://github.com/supabase/auth-js/commit/436fd9f967ad6d515b8eca179d06032619a1b071))
* improve `mfa.enroll` return types ([956](https://github.com/supabase/auth-js/issues/956)) ([8a1ec06](https://github.com/supabase/auth-js/commit/8a1ec0602792191bd235d51fd45c0ec2cabdf216))
* move MFA sub types to internal file ([964](https://github.com/supabase/auth-js/issues/964)) ([4b7455c](https://github.com/supabase/auth-js/commit/4b7455c2631ca4e00f01275c7342eb37756ede23))
* remove phone mfa deletion, match on error codes ([963](https://github.com/supabase/auth-js/issues/963)) ([ef3911c](https://github.com/supabase/auth-js/commit/ef3911cd1a082a6825ce25fe326081e096bd55f5))

rc2.65.1-rc.7
This is a release candidate. See release-please PR 959 for context.

rc2.65.1-rc.6
This is a release candidate. See release-please PR 959 for context.

rc2.65.1-rc.5
This is a release candidate. See release-please PR 959 for context.

rc2.65.1-rc.2
This is a release candidate. See release-please PR 959 for context.

rc2.65.1-rc.1
This is a release candidate. See release-please PR 959 for context.

2.65.0

[2.65.0](https://github.com/supabase/auth-js/compare/v2.64.4...v2.65.0) (2024-08-27)


Features

* add bindings for Multi-Factor Authentication (Phone) ([932](https://github.com/supabase/auth-js/issues/932)) ([b957c30](https://github.com/supabase/auth-js/commit/b957c30782065e4cc421a526c62c101d35c443d4))
* add kakao to sign in with ID token ([845](https://github.com/supabase/auth-js/issues/845)) ([e2337ba](https://github.com/supabase/auth-js/commit/e2337bad535598d9f751505de52a18c59f1505c3))
* remove session, emit `SIGNED_OUT` when JWT `session_id` is invalid ([905](https://github.com/supabase/auth-js/issues/905)) ([db41710](https://github.com/supabase/auth-js/commit/db41710b1a35ef559158a936d0a95acc0b1fca96))


Bug Fixes

* Correct typo in GoTrueClient warning message ([938](https://github.com/supabase/auth-js/issues/938)) ([8222ee1](https://github.com/supabase/auth-js/commit/8222ee198a0ab10570e8b4c31ffb2aeafef86392))
* don't throw error in exchangeCodeForSession ([946](https://github.com/supabase/auth-js/issues/946)) ([6e161ec](https://github.com/supabase/auth-js/commit/6e161ece3f8cd0d115857e2ed4346533840769f0))
* move docker compose to v2 ([940](https://github.com/supabase/auth-js/issues/940)) ([38eef89](https://github.com/supabase/auth-js/commit/38eef89ff61b49eb65ee26b7d2201148d1fc3b77))

rc2.65.0-rc.6
This is a release candidate. See release-please PR 941 for context.

rc2.65.0-rc.5
This is a release candidate. See release-please PR 941 for context.

rc2.65.0-rc.4
This is a release candidate. See release-please PR 941 for context.

rc2.65.0-rc.3
This is a release candidate. See release-please PR 941 for context.

rc2.65.0-rc.2
This is a release candidate. See release-please PR 941 for context.

rc2.64.5-rc.1
This is a release candidate. See release-please PR 941 for context.

2.64.4

[2.64.4](https://github.com/supabase/auth-js/compare/v2.64.3...v2.64.4) (2024-07-12)


Bug Fixes

* update types ([930](https://github.com/supabase/auth-js/issues/930)) ([dbc5962](https://github.com/supabase/auth-js/commit/dbc5962d609cc0470b5b03160f4cd8b9e7d03ce3))

rc2.64.4-rc.2
This is a release candidate. See release-please PR 931 for context.

2.64.3

[2.64.3](https://github.com/supabase/auth-js/compare/v2.64.2...v2.64.3) (2024-06-17)


Bug Fixes

* don't call removeSession prematurely ([915](https://github.com/supabase/auth-js/issues/915)) ([e0dc518](https://github.com/supabase/auth-js/commit/e0dc51849680fa8f1900de786c4a7e77eab8760e))
* limit proxy session warning to once per client instance ([900](https://github.com/supabase/auth-js/issues/900)) ([4ecfdda](https://github.com/supabase/auth-js/commit/4ecfdda65188b71322753e57622be8eafe97ed6b))
* patch release workflow ([922](https://github.com/supabase/auth-js/issues/922)) ([f84fb50](https://github.com/supabase/auth-js/commit/f84fb50a4357af49acac6ca151057d2af74d63c9))
* type errors in verifyOtp ([918](https://github.com/supabase/auth-js/issues/918)) ([dcd0b9b](https://github.com/supabase/auth-js/commit/dcd0b9b682412a2f1d2deaab26eb8094e50b67fd))

rc2.64.3-rc.9
This is a release candidate. See release-please PR 903 for context.

rc2.64.3-rc.8
This is a release candidate. See release-please PR 903 for context.

rc2.64.3-rc.6
This is a release candidate. See release-please PR 903 for context.

rc2.64.3-rc.rc.rc.3
This is a release candidate. See release-please PR 903 for context.

rc2.64.3-rc.rc.3
This is a release candidate. See release-please PR 903 for context.

rc2.64.3-rc.3
This is a release candidate. See release-please PR 903 for context.

2.64.2

[2.64.2](https://github.com/supabase/auth-js/compare/v2.64.1...v2.64.2) (2024-05-03)


Bug Fixes

* signOut should ignore 403s ([894](https://github.com/supabase/auth-js/issues/894)) ([eeb77ce](https://github.com/supabase/auth-js/commit/eeb77ce2a1ddee94c38f17533c9b748bf2950f67))
* suppress getSession warning whenever _saveSession is called ([895](https://github.com/supabase/auth-js/issues/895)) ([59ec9af](https://github.com/supabase/auth-js/commit/59ec9affa01c780fb18f668291fa7167a65c391d))

rc2.64.2-rc.rc.1
This is a release candidate. See release-please PR 896 for context.

rc2.64.2-rc.1
This is a release candidate. See release-please PR 896 for context.

2.64.1

[2.64.1](https://github.com/supabase/auth-js/compare/v2.64.0...v2.64.1) (2024-04-25)


Bug Fixes

* return error if missing session or missing custom auth header ([891](https://github.com/supabase/auth-js/issues/891)) ([8d16578](https://github.com/supabase/auth-js/commit/8d165787ec46929cba68d18c35161463240f61e3))

Page 4 of 48

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.