Networking Essentials

1 Episode

Episode 1

How to Implement Basic Authentication in Swift

In this episode, you learn how to authenticate a user using basic authentication, or basic auth for short, in Swift. We use the URLSession API in this episode, but the concepts we discuss apply to any networking library or framework that can send requests over HTTP(S).