Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Proziam committed Oct 23, 2024
1 parent d7617cb commit 6f3bc7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit 6f3bc7f

Please sign in to comment.