1.0.0-next.27 • Published 1 year ago

@kavach/adapter-amplify v1.0.0-next.27

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@kavach/adapter-amplify

Adapter for using amplify with kavach

Usage

pnpm add kavach @kavach/adapter-amplify
{
  // The region where Amazon Cognito was created
  region: 'YOUR_COGNITO_REGION',
  // The Amazon Cognito User Pool ID
  userPoolId: 'YOUR_USER_POOL_ID',
  // The Web Client ID (found in the App clients section of the user pool)
  userPoolWebClientId: 'YOUR_APP_CLIENT_ID',
  // OPTIONAL - Manually set the authentication flow type. Default is 'USER_SRP_AUTH'
  authenticationFlowType: 'USER_SRP_AUTH'
  }
1.0.0-next.27

1 year ago

1.0.0-next.26

1 year ago