oauth2orize-mfa
Advanced tools
Comparing version 0.0.1 to 0.1.0
exports.exchange = {}; | ||
exports.exchange.otp = require('./exchange/otp'); | ||
exports.exchange.oob = require('./exchange/oob'); | ||
exports.exchange.recoveryCode = require('./exchange/recoveryCode'); | ||
exports.TokenError = require('./errors/tokenerror'); | ||
exports.MFARequiredError = require('./errors/mfarequirederror'); |
{ | ||
"name": "oauth2orize-mfa", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Multi-Factor Authentication exchanges for OAuth2orize.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15660
11
352