Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Releases: CAAPIM/Cordova-MAS-Foundation

Version 2.1.00

Choose a tag to compare

@manutripathi82 manutripathi82 released this 12 Mar 05:47
39e9003

Bug fixes

  • None

New features

  • None

Deprecated methods

MASMultipartForm#addFiles(fileName,filePath,fileMimeType,fileFieldName,fileData){...}

is now deprecated to remove file path and to just use fileData for upload. Please use --

MASMultipartForm#addFiles(fileName,fileMimeType,fileFieldName,fileData){...}

Removed methods

  • None

Version 2.0.00

Choose a tag to compare

@manutripathi82 manutripathi82 released this 04 Oct 05:51
c4452ea

Bug fixes

  • None

New features

  • Decoupling the Proximity login feature in Cordova in accordance with Native iOS SDK [US587011]
  • Intermediate Certificate Pinning-Implementation Cordova-iOS [US600504]
  • iOS - Podspec entry instead of framework tag in plugin.xml [US604884]
  • Multipart Form data support (Usage: File Upload) [US605856]

Deprecated methods

  • None

Removed methods

  • None

Version 1.9.10

Choose a tag to compare

@BobbyWeber BobbyWeber released this 21 Feb 16:41
b9d0064

This release is to update to the latest Native SDK's.

Bug fixes

  • None

New features

  • None

Deprecated methods

  • None

Removed methods

  • None

Version 1.9.00

Choose a tag to compare

@BobbyWeber BobbyWeber released this 07 Dec 21:11
5ad9616

Bug fixes

  • None

New features

  • The Mobile SDK now supports adding and viewing of Metadata for a registered Device [US528171]
  • The Mobile SDK now supports ID Token Validation for JWT signed with RS256 Algorithm [F74400]
  • Cordova API Reference Guide Enhanced to have more details [US547180]
  • Cordova plugin remove command now reverts the app to pre-add state [US552411]

Deprecated methods

  • None

Removed methods

  • None

Version 1.8.00

Choose a tag to compare

@BobbyWeber BobbyWeber released this 29 Aug 20:13

Bug fixes

  • The Response JSON in Cordova-Android fixed to return errorInfo node instead of errorMessageDetails.

New features

  • In previous releases, the Mobile SDK always enforced id_token validation during device registration and user authentication. This caused a "JWT invalid" failure if the id_token signing algorithm was not supported by the Mobile SDK. The Mobile SDK now provides the option to enable or disable id_token validation to handle unsupported id_token signing algorithms. [US532284]
  • The Mobile SDK now supports offline logout. Use the new logout call to delete or keep credentials upon error. [US520142]

Deprecated methods

MASPlugin.MASUser.currentUser(function(currentUser) {
    currentUser.logout(successHandler, errorHandler);
},function(error) {});

is now deprecated to support new feature. Please use --

MASPlugin.MASUser.currentUser(function(currentUser) {
	currentUser.logout(successHandler, errorHandler,force);
},function(error) {});

Removed methods

  • None

Version 1.7.10

Choose a tag to compare

@BobbyWeber BobbyWeber released this 12 Jul 19:51
33cb585

Bug fixes

  • None

New features

  • API to register Authentication Listener/Login Block to Cordova Plugin. [US510676]
    • MAS.setAuthCallbackHandler(authHandler)
    • MAS.removeAuthCallbackHandler()

Deprecated classes

  • None

Removed classes

  • None

Version 1.7.00

Choose a tag to compare

@BobbyWeber BobbyWeber released this 22 Jun 15:28
b975ec1

Bug fixes

  • None

New features

  • Business logic for login moved over to the developers. [US469657]
  • Config file preference to specify the iOS deployment target.
  • CocoaPods integration with framework podspec for iOS 'MASFoundation' framework.

Deprecated classes

  • None

Removed classes

  • getAuthCredentialsType has been removed.

Version 1.6.10

Choose a tag to compare

@BobbyWeber BobbyWeber released this 06 Mar 17:50
6209aa8

Bug fixes

  • None

New features

  • None

Deprecated classes

  • None

Version 1.6.00

Choose a tag to compare

@BobbyWeber BobbyWeber released this 14 Dec 21:06
7c2671c

Bug fixes

  • None

New features

  • Set security configuration to access public server APIs.
  • Start SDK with msso_config.json from a URL.
  • Sign claims with keys to generate JWT token.
  • Login with authorization credentials with username/password, JWT token and auth code.

Deprecated classes

  • None.

Version 1.5.00

Choose a tag to compare

@BobbyWeber BobbyWeber released this 27 Sep 07:01

Bug fixes

  • None

New features

  • Exposed API to get accessToken in MASPluginUser.
  • Exposed API for loginWithIdToken in MASPluginUser.

Deprecated classes

  • None.