Ed Sparkes
Ed Sparkes
Any chance of getting this fix merged and new version published ?
Any chance this can be merged?
Hi, in the absence of this do you have an example of how to do this manually. I am passing custom state object to siginRedirect with a targeturl in but...
Thanks @danielmcormond, ill give that a go, i am currently using https://github.com/bjerkio/oidc-react which wraps this library in a React context, it provides and onSignIn event which provides the User but...
Still having this using globally installed eslint with typescript-eslint and airbnb-typescript: - eslint: 7.17.0 - @typescript-eslint/eslint-plugin: 4.9.0 - eslint-config-airbnb-typescript: 12.0.0 Also for reference using yarn 2 Does anyone have any...
you need to cd into the layer you want to deploy either `runtime` or `recommended` then run `deploy.sh 3.6.0`
Hi, Just hit this issue, made worse by the fact that i am using serverless framework which seems to require the permission to use the layer at all. Looking at...
Unfortunately the way serverless.com implements layers it seems to need a call to list versions and i am using that as my framework for my serverless project
Hi, i had the same issue and resolved it by changing `http` to `httpApi` in the serverless.yml under events... ``` functions: hello: handler: handler.hello events: - httpApi: path: hello method:...
@potiuk Hello, do you know if this has been resolved or not, there was some indication that it was destined for 2.4 but then milestone has increased to 2.5.1 and...