From d2c969338f7e4685782947d696d547ffe4da45ee Mon Sep 17 00:00:00 2001 From: "joel@joellee.org" Date: Thu, 14 Dec 2023 01:07:29 +0800 Subject: [PATCH 1/2] feat: update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec0c4dfe..293d5393 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gotrue-py +# Auth-py [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?label=license)](https://opensource.org/licenses/MIT) [![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 @@ [![Github Watchers](https://img.shields.io/github/watchers/supabase-community/gotrue-py?style=flat&logo=github)](https://github.com/supabase-community/gotrue-py) [![GitHub contributors](https://img.shields.io/github/contributors/supabase-community/gotrue-py)](https://github.com/supabase-community/gotrue-py/graphs/contributors) -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**. +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 to `auth-py` to mirror the changes in the JavaScript library. ## Installation @@ -95,4 +95,4 @@ assert client.session() is not None ## Contributions -We would be immensely grateful for any contributions to this project. In particular are the following items: +We would be immensely grateful for any contributions to this project. From 62983ac31011b2fd1a810f1f2583632f88f3526c Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Thu, 14 Dec 2023 01:08:47 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 293d5393..d2840a69 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Github Watchers](https://img.shields.io/github/watchers/supabase-community/gotrue-py?style=flat&logo=github)](https://github.com/supabase-community/gotrue-py) [![GitHub contributors](https://img.shields.io/github/contributors/supabase-community/gotrue-py)](https://github.com/supabase-community/gotrue-py/graphs/contributors) -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 to `auth-py` to mirror the changes in the JavaScript library. +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