better-auth-core 0.10.0

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

pub mod cookie_utils;
pub mod password;