ohmage / server

The ohmage server application.
37 stars 25 forks source link

fix multi-document update for refreshing OAuth access tokens #820

Closed jshslsky closed 8 years ago

jshslsky commented 10 years ago

OAuth2Controller.tokenFromRefresh() adds a token and invalidate the old one with two updates. This should be combined into one.