Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: auth/refreshToken broken #910

Closed
stopfstedt opened this issue Jul 23, 2015 · 0 comments · Fixed by #911
Closed

API: auth/refreshToken broken #910

stopfstedt opened this issue Jul 23, 2015 · 0 comments · Fixed by #911
Assignees
Labels

Comments

@stopfstedt
Copy link
Member

the current implementation checks if a string (containing the user id) is an instance of UserInterface.
which of course always fails.
resulting in that no new token is generated upon successful authentication, and that the given/original token is returned.

fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant