Skip to main content

better_auth/core/
mod.rs

1pub mod auth;
2
3pub use auth::{AuthBuilder, BetterAuth, TypedAuthBuilder};