movableink / doorman

HTTP Proxy + OAuth
MIT License
167 stars 52 forks source link

Would like the authorization list to be able to operate in 'or' mode instead of 'and' #45

Open nneul opened 8 years ago

nneul commented 8 years ago

Right now, there is no way to say: "Allow users from @my.domain AND also allow specific user x@some.other.domain" - which would be a very typical deployment scenario when using oauth. You're going to allow everyone from your company, but might also specifically authorize a few others.