Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Handle new refresh tokens

Choose a tag to compare

@Adarnof Adarnof released this 24 Feb 17:31

A part of the OAuth spec as yet unimplemented by CCP until recently is the ability, upon refresh of an OAuth token, to return both a new access token and a new refresh token. This refresh token was being ignored leading to issues with subsequent refreshes (instead resulting in a InvalidRefreshToken error).

This release records both the access and refresh tokens when refreshing.