pub fn custom_session<F>(handler: F) -> AuthPluginwhere F: Fn(CustomSessionInput) -> CustomSessionFuture<'static> + Send + Sync + 'static,
Create a custom session plugin with default options.