Reading-Notes
My journal for Code Fellows
Project maintained by RogerMReyes
Hosted on GitHub Pages — Theme by mattgraham
Read 36
Summary
- start by running
amplify add auth
- then after hitting all prompts run
amplify push
- Add the dependency to the build.gradle
implementation 'com.amplifyframework:aws-auth-cognito:1.36.1'
- update the app plugin to be
AWSCognitoAuthPlugin()
Things I want to know more About
I would like to know more about the auth process when it comes to Amplify
Return to Code 401 Table of Contents