0.0.0 • Published 5 years ago

whook-authorization v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

whook-authorization

A wrapper to provide authorization support to a Whook server

GitHub license NPM version

To see how to add authorization support to your application, have a look at the create-whook project, it will be well documented here as soon as possible.

API

Constants

Functions

optionsWithCORS ⇒ Promise.<Object>

A simple Whook handler that just returns a 200 OK HTTP response

Kind: global constant
Returns: Promise.<Object> - The HTTP response object

wrapHandlerWithCORS(initHandler) ⇒ function

Wrap an handler initializer to append CORS to response.

Kind: global function
Returns: function - The handler initializer wrapped

ParamTypeDescription
initHandlerfunctionThe handler initializer

augmentAPIWithCORS(API) ⇒ Promise.<Object>

Augment an OpenAPI to also serve OPTIONS methods with the CORS added.

Kind: global function
Returns: Promise.<Object> - The augmented OpenAPI object

ParamTypeDescription
APIObjectThe OpenAPI object

Authors

License

MIT