diff --git a/Cargo.toml b/Cargo.toml index ae47b1f..00bbb40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "supabase-auth" authors = ["Eric Biggs"] description = "Supabase Auth implementation following the official client libraries." readme = "README.md" -version = "0.9.1" +version = "0.9.2" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["supabase", "supabase-auth", "authentication", "auth"] diff --git a/README.md b/README.md index 57617d3..b597e81 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Supabase-auth +# Supabase Auth This is a Rust implementation of the [supabase js auth client](https://github.com/supabase/gotrue-js). The goal is to have feature parity and an easy-to-use API. -Currently this software is functional, but not yet battle-tested or documented. The goal is to go to 1.0.0 by the end of December, 2024. +Currently this software is functional, but not yet battle-tested. The goal is to go to 1.0.0 by the end of December, 2024. ## Installation @@ -12,7 +12,7 @@ Currently this software is functional, but not yet battle-tested or documented. cargo add supabase-auth ``` -## Usage (Won't be updated until 1.0.0) +## Usage ### Create an Auth Client