lyn v0.0.16 API Reference

Modules

Provides login and logout for the admin part of the site. We keep the logins seperate rather than use a permission for this because keeping the tokens in separate locations allows us to more easily manage the different requirements between the normal site and the admin site

Handles the Überauth integration. This controller implements the request and callback phases for all providers. The actual creation and lookup of users/authorizations is handled by UserFromAuth

Conveniences for translating and building error messages

A module providing Internationalization with a gettext-based API

Module with named helpers generated from Lyn.Router

A module that keeps using definitions for controllers, views and so on

Generate an Lyn Resource file

This plug API is the same as plug.static, but wrapped to :

  • wait file if compiling before serving them
  • add server side event endpoint for webpack build events
  • add webpack “stats” JSON getter, and stats static analyser app

Exceptions