JavaScript example for responding to Cognito's SRP authentication challenges

0

There's a python example here. Does anyone have a link to an example for JavaScript?

Alternatively, can anyone provide guidance on how to access the functions inside AuthenticationHelper.js (to build the SRP challenge responses during authentication) per this AWS knowledge article?

SRP_A = g^a (mod N)

Use g as defined in AuthenticationHelper.js on the AWS Amplify (JavaScript) GitHub repository.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions