HTTP in Swift
https://davedelong.com/blog/2020/07/28/http-in-swift-part-14-oauth-setup/
https://davedelong.com/blog/2020/08/03/http-in-swift-part-15-oauth/
https://davedelong.com/blog/2020/08/05/http-in-swift-part-16-composite-loaders/
https://davedelong.com/blog/2020/07/28/http-in-swift-part-14-oauth-setup/
https://davedelong.com/blog/2020/08/03/http-in-swift-part-15-oauth/
https://davedelong.com/blog/2020/08/05/http-in-swift-part-16-composite-loaders/
Dave DeLong
HTTP in Swift, Part 14: OAuth Setup
While Basic Access authentication works for “basic” cases, it is far more common these days to see some form of OAuth used instead. There are some interesting advantages that OAuth has over Basic authentication, such as: