logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Authen::SASL::Perl::SCRAM_SHA_1 - SCRAM-SHA-1 support for Authen::SASL

Author

       Erik Huelsmann <ehuels@gmail.com>

Bugs

       Please report bugs via <https://github.com/ehuelsmann/authen-sasl-scram/issues>.

Name

       Authen::SASL::Perl::SCRAM_SHA_1 - SCRAM-SHA-1 support for Authen::SASL

See Also

       Authen::SASL, Authen::SASL::SCRAM, Authen::SCRAM

Synopsis

          # with Authen::SASL::SCRAM installed
          use Authen::SASL;

          my $client = Authen::SASL->new(
               username => 'user',
               password => 'pass',
               mechanism => 'SCRAM-SHA-1'
          );
          # authenticates using SCRAM SHA-1 hash

Version

       0.04

See Also