better-auth-core 1.0.0-alpha.2

Core abstractions for better-auth: traits, types, config, error handling
Documentation
1
2
3
4
5
6
//! Shared utility modules for `better-auth-core`.

pub mod cookie_utils;
pub(crate) mod email;
pub mod password;
pub mod username;