serverless-offline-local-authorizers-plugin icon indicating copy to clipboard operation
serverless-offline-local-authorizers-plugin copied to clipboard

Plugin for adding local authorizers when developing locally with serverless-offline

Results 8 serverless-offline-local-authorizers-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

In Serverless [3.32.0](https://github.com/serverless/serverless/releases/tag/v3.32.0), support for the `nodejs12.x` runtime was dropped. This causes this plugin to become inoperable, as the runtime of `nodejs12.x` is hard-coded into the latest npm release of...

Bumps [axios](https://github.com/axios/axios) and @serverless/platform-client. These dependencies needed to be updated together. Updates `axios` from 0.21.4 to 1.6.7 Release notes Sourced from axios's releases. Release v1.6.7 Release notes: Bug Fixes capture...

dependencies

I have been using this plugin with rest api integration successfully for a while. Some of our newer APIs have been moving to use HttpApi instead. I have haven't had...

Hi, First of all, thank you for the great plugin. It is really useful! I have 2 services created and in both of the services I am referring to the...

Hello everyone, Is it possible to add claims and scopes on the localAuthorizer function ? Anyone have done it ? Thank you in advance

I can not start the plugin with extra parameters: `serverless offline local-authorizers --noPrependStageInUrl --httpPort 3020 --lambdaPort 3021` ` Error: Detected unrecognized CLI options: "--noPrependStageInUrl", "--httpPort", "--lambdaPort". `