p2 / OAuth2

OAuth2 framework for macOS and iOS, written in Swift.
Other
1.14k stars 278 forks source link

#362 Store an updated refresh token to keychain #363

Closed suzukieng closed 3 years ago

suzukieng commented 3 years ago

See: https://github.com/p2/OAuth2/issues/362

This basically restores the code in this commit: https://github.com/p2/OAuth2/commit/82b74565f470a245dd65a040d2d7a79bd03da390

suzukieng commented 3 years ago

Thanks, @ossus-lib