Skip to content

Assign roles to users and restrict command access in other scripts

Notifications You must be signed in to change notification settings

ankorite/hubot-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot: hubot-auth

Build Status

Assign roles to users and restrict command access in other scripts.

See src/auth.coffee for full documentation.

Installation

Add hubot-auth to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-auth": ">= 0.0.0",
  "hubot-hipchat": "~2.5.1-5",
}

Add hubot-auth to your external-scripts.json:

["hubot-auth"]

Run npm install

Sample Interaction

user1>> hubot user2 has jester role
hubot>> OK, user2 has the jester role.

About

Assign roles to users and restrict command access in other scripts

Resources

Stars

Watchers

Forks

Packages

No packages published