Serverless Oauth Scopes

homepage icon https://github.com/birdcatcher/serverless-oauth-scopes
Follow @birdcatcher

Tracked

NPM Downloads Last Month
1314
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

serverless-oauth-scopes

serverless

A serverless plugin to set OAuth Scopes on APIGateway methods.

Install

npm install --save-dev serverless-oauth-scopes

Add the plugin to your serverless.yml file:

plugins:
  - serverless-oauth-scopes

Configuration

http:
  scopes: [<array of scope string>]