Onboarding

πŸ‘¨β€πŸ’Ό Great work! Now we can get unauthenticated users through the OAuth flow so they can be logged into our app.
πŸ§β€β™‚οΈ I'm going to make a small update to handleNewSession to allow for passing a custom responseInit so you can set custom headers and stuff. I'm also going to make a utility called makeSession in to make it easier to get users logged in there. You'll use it in the next exercise.
Checkout the diff or do it yourself.