Lucas Chapin
Lucas Chapin
The simplest solution is to modify the auth function [here](https://github.com/lucaschapin/dash-google-auth/blob/master/dash_google_auth/google_oauth.py#L39) to something like: `if email.endswith("@mycompany.com"):` An even better approach would be to store authorized emails in a database and have...
@VedantRuparelia whoops, linked to a private repo. Fixed my comment above ([new link](https://github.com/lucaschapin/dash-google-auth/blob/master/dash_google_auth/google_oauth.py#L39))
I modified the auth process to skip the Google+ call since it's unnecessary. You are right though that there's no way (as far as I'm aware) to track OAuth API...
This package is no longer actively maintained and isn't compatible with `dash>=1.0`. I'll put a deprecation warning on the readme to make this more obvious.