Questions tagged [nimble]

Nimble is a Grails plugin and provides kickstart authentication and authorization functionality to any Grails application.

Nimble is a Grails plugin and provides kickstart authentication and authorization functionality to any Grails application. Nimble provides beautiful UI and ready to use functionality for login, user registration, password reset, Users, Roles, Groups and permission management. Nimble provides administration portal from where all of the above stuff can be managed. Its possible to extends nimble administration portal to add other administration functionality for your application.

Nimble is based on Apache shiro security framework

Features

  • Out of the box support for authentication and authorization
  • Login
  • Registration
  • Forgot password
  • UI for managing Administrators
  • UI for managing users
  • UI for managing user groups
  • UI for managing roles
  • UI for assigning roles and permissions to users and groups

Documentation:

Github

Demo

37 questions
0
votes
1 answer

Nimble parallel and series mix works in node.js

This sample of code from node.js in action book: var flow = require('nimble'); var exec = require('child_process').exec; function downloadNodeVersion(version, destination, callback) { var url = 'http://nodejs.org/dist/node-v' + version +…
Ren
  • 1
  • 1
0
votes
1 answer

Using a common variable in Node.js Nimble flow.parallel control

I have the following code: var flow = require('nimble'); exports.execute = function(data, estrategias, callback) { var estrategiaList = []; var resultList = []; for (var i in estrategias) { var estrategia =…
Kleyson Rios
  • 2,597
  • 5
  • 40
  • 65
0
votes
0 answers

How do I customise table names in grails nimble?

I installed the Nimble 0.7 plugin for Grails just now, and have a running instance, but I now want to customise the table names. I followed the instructions in the plugin’s guide and restarted my app, but nothing happens. I also tried to manually…
ben3000
  • 4,629
  • 6
  • 24
  • 43
0
votes
1 answer

the callback and underscore in nimble flow-control tool

I have hard time understand nimble, and here are two questions: 1 -- I have a tiny test code below, almost direct copy from nimble's online tutorial. I didn't use any complicated asyn functions in there but just use a console.log for simplicity…
Bruce
  • 1,608
  • 2
  • 17
  • 29
0
votes
0 answers

Page loads without content when accessed directly

so we're having a very strange problem here. Whenever we try to open one of our blog entries directly by typing its URL into the browser, it doesn't load correctly (without any text). However, when we try to access it over a link on another page, it…
0
votes
2 answers

how to fix illegal package import checkstyle warning

I am using "java.lang.reflect.Type" in web app project all working fine..but I am stuck with code review how to fix "java.lang.reflect.Type illegal package import " -checkstyle warning.. I am more intrested in explanation of this warning. Thanks
Gan
  • 624
  • 1
  • 10
  • 31
0
votes
1 answer

Mocha conflicting with Nimble (Async)

I'm using nimble.js in my app and mocha + chai for testing, but yesterday I found them to be possibly conflicting. Basically, when I do a particular http request in my browser, I get Unauthorized. which is the correct response. But using node's…
Max
  • 1,399
  • 13
  • 28
1 2
3