fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 703 forks source link

Multiple users in Uptime #261

Open vitortalaia opened 10 years ago

vitortalaia commented 10 years ago

Is there any way to make the Uptime support multiple users?

Something like: User X -> have access to checks Y, W and Z. User A -> access checks B, C and D.

Sorry for bad english =/

vegasbrianc commented 10 years ago

I also would like this feature.

jasir commented 10 years ago

:100:

usmanismail commented 10 years ago

Bump

tvvocold commented 9 years ago

+1, need a sign up/in feature.

brantje commented 9 years ago

For signup / login feature checkout my branch, its far from stable. But login / sign up / edit account works. I also secured the API abit to use access tokens (which are generated on signup) Also i'm new to nodejs, so it can contain some fixme's.