GoogleCloudPlatform/java-recaptcha-password-check-helpers

Document thread leak risk

Opened this issue · 0 comments

Currently the documentation suggests that it would be safe to create a new PasswordCheckVerifier() whenever it is required however this results in new thread pools being created each time.

It would be good if this was pointed out in the documentation / best practices illustrated to avoid production thread leaks.