fastapi-cloudauth icon indicating copy to clipboard operation
fastapi-cloudauth copied to clipboard

Having trouble figuring out "next steps"

Open writeson opened this issue 2 years ago • 1 comments

I'm a "noob" where Cognito is concerned and could be missing something about accessing the example API's. I've got an AWS User Pool defined with a user created. How do I log that user in, or get a JWT Token to use to authorize the example API to access the endpoints? Thanks for your help.

writeson avatar Oct 19 '22 18:10 writeson

Hey @writeson you could use the frontend SDK to do so and login the user and then pass the token to the backend.

DEADSEC-SECURITY avatar Nov 03 '22 18:11 DEADSEC-SECURITY