node-atlassian-crowd
node-atlassian-crowd copied to clipboard
A node.js module for communicating with Atlassian Crowd
Hey there, I recently had to fix some stuff in this package which resulted in a rewrite with recent node.js, typescript and mocca. The fixes were necessary to for the...
The check [here](https://github.com/dsn/node-atlassian-crowd/blob/master/lib/index.js#L130) fails for valid responses like `application/json;charset=UTF-8`. Current Jira versions (with a builtin Crowd Server) return this exact Content-Type, causing the module to throw an exception. I would...
If for example we try to connect Atlassian Crowd using wrong url we get unhandled exception. I see that it is fixed in April 2014 in lib/index.js, but since your...
var error object was being created in a few places but the function was returning err instead of error.
There is no way to pass in a trusted CA for instances where your crowd server is using an internally-signed certificate. This should be done as an https option in...
Its possible to send the parameter "expand=attributes" to GET /user?username=USERNAME in order to get additional attributes on that user object. I can add this fairly easily, but one question remains,...
It can be a real pain to work with an object returned that has hyphens in the keys. e.g. display-name. Would a PR that turns these into camel case be...