fastapi-cloudauth
fastapi-cloudauth copied to clipboard
Having trouble figuring out "next steps"
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.
Hey @writeson you could use the frontend SDK to do so and login the user and then pass the token to the backend.