Skip to content

Commit

Permalink
Client is now clone
Browse files Browse the repository at this point in the history
Resolves #17
  • Loading branch information
Proziam committed Jan 25, 2025
1 parent b5327a7 commit b44f27e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.8"
version = "0.10.9"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["supabase", "supabase-auth", "authentication", "auth"]
Expand Down
1 change: 1 addition & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use serde_json::Value;
use std::{collections::HashMap, fmt::Display};

/// Supabase Auth Client
#[derive(Clone)]
pub struct AuthClient {
pub(crate) client: Client,
/// REST endpoint for querying and managing your database
Expand Down

0 comments on commit b44f27e

Please sign in to comment.