ohmage / server

The ohmage server application.
37 stars 25 forks source link

fix multi-document update for refreshing access tokens #819

Closed jshslsky closed 8 years ago

jshslsky commented 9 years ago

AuthenticationTokenController.refreshToken() creates a new token and invalidates the old one with two updates. This should be combined into one update.