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

Add per-event basicAuth config

Open whummer opened this issue 6 years ago • 0 comments

This PR adds a basicAuth config attribute for more fine-grained configuration.

See new entry in the README:

For more fine-grained control over which functions are enabled for basic auth, use the basicAuth attribute on events. If any of the functions' events is marked with the flag basicAuth, then only the events with basicAuth=true are configured with basic auth.

@svdgraaf

whummer avatar Jul 24 '19 12:07 whummer