Package app: Check all fields of the OAuth token for equality.
authorFlorian Forster <ff@octo.it>
Mon, 22 Jan 2018 08:01:19 +0000 (09:01 +0100)
committerFlorian Forster <ff@octo.it>
Mon, 22 Jan 2018 08:01:19 +0000 (09:01 +0100)
commit1e56486bef9e08de7d1f17d2c466710c3d79e8f1
tree1cd7f2c3c9bf580e7072b1c1811a3d71f83460a7
parent865506366bdebb66328062c1d62579853bba060c
Package app: Check all fields of the OAuth token for equality.

It appears that refresh tokens don't always change. Check the AccessToken
field, too, and the rest of the struct for completeness sake.
app/user.go