Hotplate SaaS development framework
server-hotplate
Middleware for the server hotplate that adds a CSRF processor on every route
Middleware for the server hotplate that injects error messages into res.render from the user's session
Example module for the server-hotplate. Modules are common collections of routes, middleware and utilities for common functions.
Middleware for the server hotplate that always injects the CSRF token into res.render, if the CSRF token exists on the route
Middleware for the server hotplate to validate incoming JWT tokens on a Cookie, and to verify the token
Collection of common functions used when you're making a website with the hotplate
A simple implementation of declare() to have Javascript (single and multiple) inheritance in a very elegant, close-to-metal way
An elasticsearch adapter for EmberJS.