@openhi/constructs 0.0.93 → 0.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +4 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +5 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +8 -8
package/lib/index.js
CHANGED
|
@@ -647,6 +647,10 @@ var CognitoUserPool = class extends import_aws_cognito2.UserPool {
|
|
|
647
647
|
emailStyle: import_aws_cognito2.VerificationEmailStyle.CODE
|
|
648
648
|
},
|
|
649
649
|
removalPolicy: props.removalPolicy ?? service.removalPolicy,
|
|
650
|
+
// Plus is required for access-token V2 claim customization in the
|
|
651
|
+
// pre-token-generation Lambda. Essentials silently drops
|
|
652
|
+
// claimsAndScopeOverrideDetails.accessTokenGeneration.claimsToAddOrOverride.
|
|
653
|
+
featurePlan: import_aws_cognito2.FeaturePlan.PLUS,
|
|
650
654
|
/**
|
|
651
655
|
* Over-rideable props
|
|
652
656
|
*/
|