Posts from 03 August 2020
-
HTTP in Swift, Part 15: OAuth
The last post covered the basics of an OAuth flow: how we check to see if tokens, how we ask the user to log in, how we refresh the tokens, and so on. In this post we’re going to take that state machine and integrate it into an
HTTPLoadersubclass.