googleauth

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Update GoogleAuth to version 1.5.0

    • binary
    ./googleauth-1.5.0.jar
  1. … 2 more files in changeset.
LDEV-5440 Update libraries to new versions

  1. … 70 more files in changeset.
LDEV-5440 Update CSRFGuard from 4.1.3 to 4.3.0-jakarta

Customisation was needed:

In CsrfGuardUtils use

public static String normalizeResourceURI(final String resourceURI) {

String normalizedResourceURI = resourceURI.startsWith("/") ? resourceURI : '/' + resourceURI;

// LAMS LDEV-4932 Replace multiple slashes with a single one, so it works the same as Spring MVC

normalizedResourceURI = normalizedResourceURI.replaceAll("/{2,}", "/");

return normalizedResourceURI;

}

Also update WF module schemas.

  1. … 44 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

  1. … 33 more files in changeset.
LDEV-3997 Support for LTI 1.1 * httpclient was removed as it's now available as WV internal library * added new libraries required to verify OAuth signature and util classes for LTI

  1. … 16 more files in changeset.
LDEV-3965 added new Google Auth Java library that implements the Time-based One-time Password (TOTP) algorithm

    • binary
    ./googleauth-1.1.1.jar
    • -0
    • +45
    ./googleauth.module.xml
  1. … 5 more files in changeset.