{"id":71153,"library":"http-auth-basic","title":"HTTP Auth Basic","description":"HTTP Basic Authentication Scheme (RFC 7617 and RFC 2617 compliant, base64-encoded credentials) for Rust applications.","status":"active","version":"0.3.7","language":"rust","source_language":null,"source_url":"https://github.com/EstebanBorai/http-auth-basic","tags":["http","authentication","basic","auth","rfc"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhttp-auth-basic = \"0.3.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add http-auth-basic","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Credentials","correct":"use http_auth_basic::Credentials;"}],"quickstart":{"code":"use http_auth_basic::Credentials;\n\nfn main() {\n    let creds = Credentials::new(\"user\", \"pass\");\n    let header = creds.as_header_value();\n    println!(\"Authorization: {}\", header);\n}","lang":"rust","description":"Creates HTTP Basic auth credentials and generates the Authorization header."},"warnings":[],"env_vars":null,"search_vec":"'2617':12 '7617':9 'applic':20 'auth':2,24 'authent':6,22 'base64':15 'base64-encoded':14 'basic':3,5,23 'compliant':13 'credenti':17 'encod':16 'http':1,4,21 'rfc':8,11,25 'rust':19 'scheme':7","created_at":"2026-06-17T18:23:17.074708+00:00","updated_at":"2026-06-17T18:23:17.074708+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/EstebanBorai/http-auth-basic","github":"https://github.com/EstebanBorai/http-auth-basic","docs":"https://docs.rs/http-auth-basic/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}