movableink / doorman

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

As a convenience, send google the 'hd' parameter representing which domain to restrict sign-in to #40

Closed kuahyeow closed 8 years ago

kuahyeow commented 8 years ago

Only set when requiredDomain is configured.

NB: As per official documentation from Google, you still need to check that the returned user is indeed belonging to the requiredDomain which is code already present.

kuahyeow commented 8 years ago

This should address #37