Validation for REST Services.
When the component is enable, all routes from the API are block
to non users.
If you want to make a route public
:
module.exports = [{
path: '/',
method: 'GET',
oauth: false,
version: [
'1.0.0'
],
action: 'users.v1.getAll'
}];
elefrant-template-engine
elefrant-session
Copy oauth2.js
from ./components/elefrant-oauth2
to main config folder.
Select the grunt types for the authentication server.
[
'password',
'refresh_token'
]
Just put in the console: npm test
MIT © Elefrant