Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 1bb53b0

Browse files
authored
feat: update docs (#386)
2 parents a1f060c + 62983ac commit 1bb53b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gotrue-py
1+
# Auth-py
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?label=license)](https://opensource.org/licenses/MIT)
44
[![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)
@@ -12,7 +12,7 @@
1212
[![Github Watchers](https://img.shields.io/github/watchers/supabase-community/gotrue-py?style=flat&logo=github)](https://github.com/supabase-community/gotrue-py)
1313
[![GitHub contributors](https://img.shields.io/github/contributors/supabase-community/gotrue-py)](https://github.com/supabase-community/gotrue-py/graphs/contributors)
1414

15-
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**.
15+
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.
1616

1717
## Installation
1818

@@ -95,4 +95,4 @@ assert client.session() is not None
9595

9696
## Contributions
9797

98-
We would be immensely grateful for any contributions to this project. In particular are the following items:
98+
We would be immensely grateful for any contributions to this project.

0 commit comments

Comments
 (0)