Asaf Zamir
Asaf Zamir
Solved by changing `bcrypt` and `sqlite3` on `package.json` to: ``` "bcrypt": "^5.0.0", "sqlite3": "^5.0.1", ``` Removing `yarn.lock`, running `yarn install` then running `yarn run setup`
I see, may I ask what was the reason of switching to User Pool? It seems that if we're doing Social Oauth Identity Pool is the way to go... I...
Sadly not very far, I've tried over and over again to get a request through the Authorizer (following the [docs](http://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with-cognito.html#apigateway-invoke-api-integrated-with-cognito-user-pool)) without any luck. That's how the _events_ portion of my...
@laardee I have a rough code sample done that is able to grab the Token ID (and Refresh Token, and Access Token) JWT: https://gist.github.com/kidsil/cb0112e912960f517d88c586e333bdc3 The only thing that's still not...
Got it to work! Will update soon with a complete solution! The bug I had was somewhat unrelated: https://github.com/serverless/serverless/issues/3088
I'm still not sure the best way to cache the Authentication Token & Refresh Token. I guess I could put it in Local storage.. My gist works as is. Since...
Is the AuthorizationToken generated here https://github.com/laardee/serverless-authentication/blob/master/lib/utils.js#L112 related to the Authorization Token that is required by AWS API Gateway (when using User Pool Authorization)?
Still happens with Alpine Linux even when running with ``` cargo install cargo-audit --features vendored-libgit2 ```
Hi there, unfortunately that's not a feature, yet. I'll try to see if I can manage to add support for that, otherwise Pull Requests are always welcome of course :)...
So this thing has been bugging me for a while now (especially as I wanted to make it easier for contributors on my website to add content without manually creating...