Loading
Current section: Provider Errors 4 exercises
lesson

Intro to Provider Errors

Loading lesson

Transcript

00:00 Sometimes things happen and we got to handle these connection errors. So occasionally, the third party that you're authenticating with is going to be down. So you got to handle that edge case, it's going to be a pretty quick one. Also, edge cases on connection, sometimes they're like different situations. So let me demonstrate that one really quick.

00:19 So here I am going to manage my connections. This is a new page that Kelly, the co-worker made for us, which is nice. We've got this connect with GitHub that's going through the exact same flow as the login flow. So if I click on this, we're going to get this error already connected. That's someone else's GitHub account.

00:36 So that is what you're going to be building is handling that edge case. Then also like the reverse, if I try to connect the GitHub account that's already connected to my own account, that's also going to be a problem. So we got to think about some of these edge cases, and that's what we're doing in this exercise.

00:52 It's a pretty quick one, so have a good time while you're at it.