Update versions

environments/ppa-mbqj77/deployments/671^2
Xavier Guimard 6 years ago
parent c60ba130b8
commit c77317fef7
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Generate/SHA256.pm
  2. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/TOTP.pm
  3. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OneTimeToken.pm

@ -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 Crypt::URandom;
use Digest::HMAC_SHA1 'hmac_sha1_hex';
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
# Verify that TOTP $code matches with $secret
sub verifyCode {

@ -5,7 +5,7 @@ use Mouse;
use JSON qw(from_json to_json);
use Crypt::URandom;
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
extends 'Lemonldap::NG::Common::Module';

Loading…
Cancel
Save