OAuth2.0 token strange behaviour (Invalid Credentials 401)

后端 未结 13 1620
無奈伤痛
無奈伤痛 2020-12-05 00:13

Usually, Google OAuth2.0 mechanism is working great.

  1. The user confirms permission to access Google account with selected scopes.
  2. The refresh token is
13条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 00:20

    I recently experienced this weird error. My fix: I put the function that unsets all of the sessions before redirecting to AuthUrl.

提交回复
热议问题