Closed
Description
Hi,
I would like to thank you for this project, really helpful !
I face a problem to verify my token.This part of your code is never run in the verifyAsync then method.
Token.verifyAsync(params.access_token).then(function () {
$log.debug('VERIFY access_token: ' + params.access_token);
$scope.accessToken = params.access_token;
$scope.expiresIn = params.expires_in;
Token.set(params.access_token);
});
The promise seems to never be resolved... but in your code I see that you try to resolve the promise. I don't understand why.
Metadata
Metadata
Assignees
Labels
No labels