kopterio / vue-auth-cognito

A Vue.js Vuex module for authentication using Amazon AWS Cognito
114 stars 27 forks source link

Add RefreshSession action and necessary RefreshSessionObj #50

Open joefresco opened 6 years ago

joefresco commented 6 years ago

refreshSession gets new access/id/refresh tokens from Cognito. I did have to store the refreshSessionObj to make that happen.