Function reth::core::utils::get_or_create_jwt_secret_from_path

pub fn get_or_create_jwt_secret_from_path(
    path: &Path,
) -> Result<JwtSecret, JwtError>
Expand description

Attempts to retrieve or create a JWT secret from the specified path.