cognito-vue-bootstrap
cognito-vue-bootstrap copied to clipboard
This application illustrates how to use the Amazon Amplify with vue.js.
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.16.2 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Can you please post the structure of the user pool? I'm trying to replicate it with **Terrafrom** but it's a little bit hard since the recipe that is in the...
I was unable to access the homepage while being authenticated, and it all boiled down to this: https://github.com/wolfeidau/cognito-vue-bootstrap/blob/master/src/router/index.js#L72-L76, I quote: ```JavaScript if (to.meta && to.meta.auth !== undefined) { if (to.meta.auth)...
There was a subtle bug that caused all pages set with auth:false to be redirected to Dashboard, making the homepage inaccessible while authenticated.
I have this pretty much implemented in a project I'm working on, I noticed my tokens expire after an hour, is there any way to get the refreshToken working in...
On the specific line https://github.com/wolfeidau/cognito-vue-bootstrap/blob/master/src/cognito.js#L128 it seems like you are using UserPoolId instead of IdentityPoolId.
First off, thanks for this really great sample site. It has already saved me a ton of work. I'm trying to extend the cognito.js class to include CognitoSyncManager and dataset...
Have you had any luck with social logins? More of a feature request. Was exploring cognito and tried to integrate this repo with [cognito google sign in](http://docs.aws.amazon.com/cognito/latest/developerguide/google.html#set-up-google-1.javascript) and i get...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...