Tracked
- NPM Downloads Last Month
- 1314
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
A serverless plugin to set OAuth Scopes on APIGateway methods.
npm install --save-dev serverless-oauth-scopes
Add the plugin to your serverless.yml
file:
plugins:
- serverless-oauth-scopes
http:
scopes: [<array of scope string>]