Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify google email exists #82

Open
EarthenSky opened this issue Sep 1, 2024 · 0 comments
Open

Verify google email exists #82

EarthenSky opened this issue Sep 1, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@EarthenSky
Copy link
Collaborator

EarthenSky commented Sep 1, 2024

We want to do some fancy checking to make sure a that the user owns the google account we give access to the organization; this is a nice sanity check.

We'll want to send a verification email to the address. We have a rudimentary email sending module.

See https://stackoverflow.com/questions/69412522/what-is-the-best-way-to-verify-an-email-address-if-it-actually-exist for more discussion on this problem

This should be implemented as a function in the google_api module. If it needs some kind of separate thread to do the transaction to verify, it should be as decoupled as is reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant