Ciaran Jessup

Results 42 comments of Ciaran Jessup

Be aware of @3c8b006 that might be contentious!

Just so you're aware, I've stopped working on this library, and moved over to https://github.com/ciaranj/ceres/tree/nodejs_port might be of use :)

I've also submitted a pull request on-top-of this one that adds some more fixes, and support for aggregation method types. ( https://github.com/cgbystrom/hoard/pull/4 )

So I fixed a small amount of issues in the hoard library, but actually due to the disk IO requirements it had, I ended up porting the newer ceres-db (which...

Sorry for the delay, quick question, I see you've chosen to attempt to access the object literal and catch any usage of 'undefined' in an exception handler, would you be...

i'll take a look, incidentally inside your authentication provider implementation 'this.trace' should be available to you rather than console.log which should provide clearer diagnostics to you.

In the version of your code that I'm looking at, verifyAuthSuccess appears to always call 'self.success' is that intended?

And when you choose allow/deny that information is being passed back in the callback to your consumer? On Thu, Mar 21, 2013 at 4:59 PM, AJ ONeal [email protected] wrote: >...

I'm afraid I'm a bit tied up / busy atm. Is the code you've committed up-to-date as I don't seem to have any of the login boxes etc. that your...

ok, thank you that would allow me to rather more quickly diagnose where it might be going awry. Fwiw if req.isAuthenticated() is returning true that means that there is a...