@brightcrowd/vuex-cognito-module

0.5.4 • Public • Published

vuex-cognito-module

Vuex module to interface with AWS Cognito

Docs Link: https://cognito.vuetifyjs.com/

Install:

yarn add @vuetify/vuex-cognito-module

Import into your project's entry point (main.js in most Vue projects)

import attachCognitoModule from '@vuetify/vuex-cognito-module';

Attach cognito module to the store

import store from './store';
attachCognitoModule(store, {
  userPoolId: 'your-data-here',
  identityPoolId: 'your-data-here',
  userPoolWebClientId: 'your-data-here',
  region: 'your-data-here',
}, 'cognito')

Dependents (0)

Package Sidebar

Install

npm i @brightcrowd/vuex-cognito-module

Weekly Downloads

0

Version

0.5.4

License

ISC

Unpacked Size

8.38 MB

Total Files

37

Last publish

Collaborators

  • wolraich
  • zoellner