@frontegg/client
Advanced tools
Comparing version 5.3.0-alpha.1 to 5.3.0-alpha.2
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.AMR_MFA_VALUE = 'mfa'; | ||
exports.AMR_METHOD_VALUE = ['otp', 'sms', 'hwk']; | ||
exports.AMR_METHOD_VALUE = ['otp', 'sms', 'hwk', 'sso']; | ||
//# sourceMappingURL=constants.js.map |
@@ -0,1 +1,8 @@ | ||
# [5.3.0-alpha.2](https://github.com/frontegg/nodejs-sdk/compare/5.3.0-alpha.1...5.3.0-alpha.2) (2023-12-03) | ||
### Bug Fixes | ||
* **step-up:** add sso as amr method for unenrolled mfa users ([cc9e916](https://github.com/frontegg/nodejs-sdk/commit/cc9e916e4afbf5a5dae817bbc8d0ec8db8e54e12)) | ||
# [5.3.0-alpha.1](https://github.com/frontegg/nodejs-sdk/compare/5.2.1...5.3.0-alpha.1) (2023-11-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@frontegg/client", | ||
"version": "5.3.0-alpha.1", | ||
"version": "5.3.0-alpha.2", | ||
"description": "Frontegg Javascript Library for backend node servers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
230620