istrategylabs / paw

BTLE dog tracking system that keeps tabs of dogs in the workplace... unleash your dog.
https://paw.isl.co
MIT License
4 stars 2 forks source link

As an ISL user, I want to land on the dashboard after login, so I can start using the paw application #7

Closed akrawchyk closed 8 years ago

akrawchyk commented 8 years ago

This is implemented with google auth.

samyabehary commented 8 years ago

Does the google authentication only allow users with an ISL email address to login? Or any gmail address?

akrawchyk commented 8 years ago

It allows anyone to sign in with Google Auth, but will only allow access to ISL email addresses. We should consider adding an error message somewhere notifying other visitors they are not allowed access.

If we want to restrict access to only the ISL Google Apps domain, we'll need to follow these instructions https://support.google.com/a/answer/1668854?hl=en.

samyabehary commented 8 years ago

Got it. I don't feel super strongly about error message vs. restricting access, so whichever you think is easiest to implement works.

akrawchyk commented 8 years ago

An error message is much easier than restricting access. I'll make an issue for that.