simonmcallister0210 / cognito-srp-helper

A helper for SRP authentication in AWS Cognito
Apache License 2.0
12 stars 1 forks source link

crypto-js deprecated #42

Open Mezzle opened 2 weeks ago

Mezzle commented 2 weeks ago

This should likely be updated to use node:crypto if possible.

https://github.com/brix/crypto-js/issues/468

simonmcallister0210 commented 2 weeks ago

Hey @Mezzle, yup I'm aware crypto-js deprecated. It's on the roadmap for v3. I want it to work in browsers too so it'll need use the browsers library too

Having an issue is good for corralling thoughts, discussion, and visibility, so I'll post any updates and discussion here

Mezzle commented 2 weeks ago

👍🏻 I hadn't thought about it from the browser's perspective to be honest, only my own use case (automated API testing).