@ -12,7 +12,7 @@ use strict;
use Crypt::URandom;
use Digest::SHA qw(sha256 sha256_hex sha256_base64);
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
sub generate {
my $session = shift;
@ -9,7 +9,7 @@ use Convert::Base32 qw(decode_base32 encode_base32);
use Digest::HMAC_SHA1 'hmac_sha1_hex';
# Verify that TOTP $code matches with $secret
sub verifyCode {
@ -5,7 +5,7 @@ use Mouse;
use JSON qw(from_json to_json);
extends 'Lemonldap::NG::Common::Module';