Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 460 Bytes

File metadata and controls

14 lines (8 loc) · 460 Bytes

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.