senecajs / seneca-auth

A Seneca user authentication plugin for Hapi and Express
http://senecajs.org
MIT License
33 stars 29 forks source link

convention for calls to defined patterns #46

Closed rjrodger closed 9 years ago

rjrodger commented 9 years ago

https://github.com/rjrodger/seneca-auth/blob/0.5.0/auth.js#L229

use form:

seneca.act("role:auth,cmd:map_fields,action:register", {data: args.data}, function( err, details ) {