NAME
Authen::SASL::Perl::SCRAM_SHA_1 - SCRAM-SHA-1 support for Authen::SASL
VERSION
0.03
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
BUGS
Please report bugs via https://github.com/ehuelsmann/authen-sasl-scram/issues.
SEE ALSO
Authen::SASL, Authen::SASL::SCRAM, Authen::SCRAM
AUTHOR
Erik Huelsmann <ehuels@gmail.com>
COPYRIGHT
Copyright (c) 2023 Erik Huelsmann. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.