module Negroni::Controllers::TokenAuthenticable

TokenAuthenticable adds methods to the including controller class to enable authentication via json web tokens. Basically, it just includes {Knock::Authenticable} in the class.

@see Knock::Authenticable