auth plugin for sinopia supporting atlassian crowd
inspired by sinopia-github
$ npm install --save sinopia-crowd
auth:
crowd:
base: 'http://your-crowd-server/'
name: 'application-name'
password: 'application-password'
ttl: 300 # Time to expire cache in seconds. Default is 0
...
packages:
'groupprefix-*':
access: $authenticated
publish: group-one, group-two, user-one # these are Crowd users and/or groups
MIT © Thiago Rodrigues