aws-amplify / amplify-js

A declarative JavaScript library for application development using cloud services.
https://docs.amplify.aws/lib/q/platform/js
Apache License 2.0
9.44k stars 2.13k forks source link

declare aws crypto package as a dependency for auth lib, #13024 #13950

Open josefaidt opened 4 weeks ago

josefaidt commented 4 weeks ago

Description of changes

declares AWS crypto as a dependency for auth package where it is consumed https://github.com/aws-amplify/amplify-js/blob/main/packages/auth/src/providers/cognito/utils/oauth/generateCodeVerifier.ts#L4

Issue #, if available

fixes #13024

Description of how you validated changes

Checklist

Checklist for repo maintainers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.