Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cannot verify token  #1

Closed
Closed
@clakech

Description

@clakech

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions