Docs.rs
better-auth-core-0.9.0
better-auth-core 0.9.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
AprilNEA
Dependencies
argon2 ^0.5
normal
async-trait ^0.1
normal
axum ^0.8
normal
optional
base64 ^0.22
normal
better-auth-derive ^0.9.0
normal
optional
chrono ^0.4
normal
cookie ^0.18
normal
glob-match ^0.2.1
normal
jsonwebtoken ^9
normal
rand ^0.8
normal
redis ^0.27
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
optional
thiserror ^2.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
url ^2
normal
optional
uuid ^1.18
normal
validator ^0.19
normal
Versions
29.02%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
better_auth_core/utils/
mod.rs
1
//! Shared utility modules for `better-auth-core`.
2
3
pub mod
cookie_utils;
4
pub mod
password;