Username/Password Login Webhook for Server-side auth
Instead of importing emails via CSV we'd prefer to have webhook API for Logging in users. Something like SSO.
When user logs in, it would post JSON to pre-configured URL to our site with username / password and the server script would just confirm to helprace if the user is valid or not.
Another option would be to support OAUTH2 SSO but that's more complicated.