Process code parameter in AWS Cognito Hosted UI callback

Viewed 35

When I use an aws hosted UI I successfully authenticate and am returned to my application:

http://localhost:5173/login-callback?code=92129aae-fe38-4f16-a084-809072a7e8bc

The problem is I can't find any examples of how to process that code parameter.

I'm using Javascript (typescript actually) and the aws-amplify Auth object

1 Answers
Related