cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
537 stars 181 forks source link

Feature Request: Close Captcha #106

Open mide opened 5 years ago

mide commented 5 years ago

Once the Captcha is input, we don't need to keep the window around anymore. If we did something (like kept record of the PID) we could kill the process containing the image once the user input it.

That way we don't have a bunch of windows opening and sticking around.

stevemac007 commented 5 years ago

Great idea - I won't get time to work on this soon, and I don't seem to get the Image Captcha any more so will make testing for me hard (until I write sufficient tests).

mide commented 5 years ago

I actually don't see the Captcha much anymore either. This is definitely a low-priority enhancement. If I find myself getting the Captcha again, I'll take a whack at it.