Fork me on GitHub

ActionHero Authentication Plugin - A Stateless authentication plugin for actionhero.js API Server.

ah-auth-plugin is a plugin for actionhero which enables stateless authentication to API Server using JSON Web Token. It doesn’t enforce you to use a certain database to persist user data, nor it uses any session or cache to store the user state. Instead, with some interface you provide using the nice api object of actionhero, it abstracts only the authentication flow for you. This flow is somewhat similiar to those in securesocial, an authentication plugin for Play Framework.

Features

Dependency