Amplify authentication

For version v5.

Demo flow
Choose an authentication strategy

Update the auth method in your config.

src/config-global.ts
auth: {
  method: 'amplify',
},
Get your Aws Amplify credentials
  • Get API key Watch
  • Update to your .env file.
.env
VITE_AWS_AMPLIFY_USER_POOL_ID=

User pool id:

minimal-preview

.env
VITE_AWS_AMPLIFY_USER_POOL_WEB_CLIENT_ID=

User pool web client id:

minimal-preview