Help language development. Donate to The Perl Foundation
{ "description": "Salted Challenge Response Authentication Mechanism (SCRAM)", "name": "Auth::SCRAM", "version": "0.4.8.2", "authors": ["Marcel Timmerman"], "tags": [ "authentication", "scram"], "depends": [ "Digest::HMAC", "OpenSSL", "Base64", "PKCS5", "Unicode::PRECIS" ], "perl": "6.d", "license": "Artistic-2.0", "provides": { "Auth::SCRAM": "lib/Auth/SCRAM.pm6", "Auth::SCRAM::Client": "lib/Auth/SCRAM/Client.pm6", "Auth::SCRAM::Server": "lib/Auth/SCRAM/Server.pm6" }, "source-url": "git://github.com/MARTIMM/Auth-SCRAM.git" }