2 Answers
- Newest
- Most votes
- Most comments
0
Using Amazon Cognito you can leverage several auth providers, including Amazon as a User Pool.
Here you can find a pattern for building a serverless React Native mobile app by using AWS Amplify that you can use as reference.
answered 8 months ago
Relevant content
- asked 7 months ago
- asked 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
Hello Ibrahim, Thank you for quick response. I completed the coding by following the instructions in this link: https://docs.amplify.aws/react-native/prev/build-a-backend/auth/add-social-provider/ before. However, when I click on the login with amazon button on mobile, after being redirected to the browser, when I log in by entering the amazon user e-mail and password, I do not receive an error, I am redirected to the mobile screen again. A jwt token needs to appear in this section. According to this document, how can I get the jwt token?