@vuetify/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 @vuetify/vuex-cognito-module

Weekly Downloads

74

Version

0.5.4

License

none

Unpacked Size

8.02 MB

Total Files

37

Last publish

Collaborators

  • johnjleider
  • kaelwd