Module: Negroni::Controllers::TokenAuthenticable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/negroni/controllers/token_authenticable.rb
Overview
TokenAuthenticable adds methods to the including controller class to enable authentication via json web tokens. Basically, it just includes Knock::Authenticable in the class.