serverless-basic-authentication icon indicating copy to clipboard operation
serverless-basic-authentication copied to clipboard

Use Basic Authentication using Api Gateway api-keys

Results 11 serverless-basic-authentication issues
Sort by recently updated
recently updated
newest added

Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.6.2. Release notes Sourced from jest's releases. 26.6.2 Features [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#10659) Fixes...

dependencies

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.1. Changelog Sourced from eslint-plugin-import's changelog. [2.22.1] - 2020-09-27 Fixed [default]/TypeScript: avoid crash on export = with a MemberExpression (#1841, thanks [@ljharb]) [extensions]/importType: Fix @/abc...

dependencies

After adding all steps described in readme I see this error. Pls help understand whats could be wrong. ``` sls deploy Basic Authentication: Adding function for Basic Authenticator Basic Authentication:...

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in yargs-parser Affected versions of yargs-parser are...

dependencies
security

Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 13.2.0 to 14.2.0. Commits 78457af [eslint config] [base] v14.2.0 5b462a0 [eslint config] [*] [new] add eslint v7 22adc06 [eslint config] [minor] Allow using eslint-plugin-react-hooks v3 and v4...

dependencies

Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 4.1.0. Release notes Sourced from chalk's releases. v4.1.0 Support template literals for nested calls (#392) 09ddbad https://github.com/chalk/chalk/compare/v4.0.0...v4.1.0 v4.0.0 Breaking Require Node.js 10 61999a4 Change the...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.6. **This update includes a security fix.** Vulnerabilities fixed Sourced from The Node Security Working Group. Denial of Service Crash Node.js process from handlebars using...

dependencies
security

Sometimes I end up doing Ctrl+C on a deploy and if the symlink is created it's not cleaned up, as expected due to the exit. Might be worth checking if...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn, minimist, and svjsl...

dependencies
security

I'm trying to use the plugin for some simple auth in a quick flask project. However for some reason i can't get the basic auth to work. For now it's...