Hi,
in the most recent version I cannot use PasswordGrantAuthenticator anymore.
when I try to authenticate using:
authenticator = PasswordGrantAuthenticator(sp_application)
result = authenticator.authenticate(email, password)
the result is always None - even with the correct credentials.