Amplify authentication
Demo flowChoose an authentication strategy
Update the auth
method in your config.
auth: {
method: 'amplify',
},
Get your Aws Amplify credentials
- Get API key Watch
- Update to your
.env
file.
VITE_AWS_AMPLIFY_USER_POOL_ID=
User pool id:

VITE_AWS_AMPLIFY_USER_POOL_WEB_CLIENT_ID=
User pool web client id:
