This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Releases: CAAPIM/Cordova-MAS-Foundation
Releases · CAAPIM/Cordova-MAS-Foundation
Release list
Version 2.1.00
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
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
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
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
removecommand now reverts the app to pre-add state [US552411]
Deprecated methods
- None
Removed methods
- None
Version 1.8.00
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
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
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
Bug fixes
- None
New features
- None
Deprecated classes
- None
Version 1.6.00
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
Bug fixes
- None
New features
- Exposed API to get accessToken in MASPluginUser.
- Exposed API for loginWithIdToken in MASPluginUser.
Deprecated classes
- None.