Closed dmcinnes closed 8 years ago
Is it the same error in https://github.com/heroku/identity/pull/205? If it is, it should be fixed.
@jingweno I think this is a different error, it's coming from an SSO request and helper wasn't included on those endpoints. Better to do it right in the Auth helper.
Pulling this in
In certain cases
call_authorize
is called by a class that doesn't have the API helpers, so the call todecode_error
will fail with aNoMethodError
.