/cookie-param-handler

hapi handler to allow static contents to set cookies by passing them as form fields. Use it as a pre handler on top of the actual static content.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cookie-param-handler

hapi handler to allow static contents to set cookies by passing them as form fields.

Use it as a pre handler on top of the actual static content.

See code in the example directory for usage.

Used by cookie-css for instance.

Security

Be aware that this handler allows setting arbitrary cookies: consider putting it behind authentication.