ryankee / concrete

Simple continuous integration server written with NodeJS and CoffeeScript
http://ryankee.github.com/concrete
MIT License
494 stars 96 forks source link

oauth / simple HTTP auth #9

Closed dmmalam closed 12 years ago

dmmalam commented 12 years ago

Would be nice just to put a password so can have concrete running on a public webserver,

Ideally oauth would be cool, so you can login from a github organisation.

I beleive janky implements this, and so the code may be reusable.

ryankee commented 12 years ago

I'd love to see someone submit a pull request for this.

dmmalam commented 12 years ago

I'll have a look when a get some free time

Dharmesh

On 7 Feb 2012, at 19:03, Ryan Kee reply@reply.github.com wrote:

I'd love to see someone submit a pull request for this.


Reply to this email directly or view it on GitHub: https://github.com/ryankee/concrete/issues/9#issuecomment-3853965

ryankee commented 12 years ago

I'm closing this down since @lojack implemented basic auth.