Loading
Current section: Authenticated Integration 5 exercises
Problem

Assertions for GitHub Login Session Creation

Loading exercise

Transcript

00:00 We've got a couple of situations where the user uses the GitHub login to actually create a session, and we want to make an assertion on that. So, we've got a couple of assert sessions made for our tests, like when a user exists with the same email, connect the account, make a session.

00:16 Another one for right here. If the user is not logged in, but the connection exists, make a session, so they're logging in with GitHub. So, I want you to write this assert session made, because there are a couple of interesting pieces to this. So, have a good time. We'll see you when you're done.