Skip to main content

better_auth/
plugin.rs

1//! Plugin authoring interfaces and shared runtime types.
2
3pub use better_auth_core::openapi::{OpenApiBuilder, OpenApiSpec};
4pub use better_auth_core::plugin::{
5    AuthContext, AuthInitContext, AuthPlugin, AuthRoute, BeforeRequestAction,
6};