Remix Auth
π¨βπΌ Great, we've got Remix Auth all set up. Let's get on with the auth flow.
π§ββοΈ I'm going to set up the routes for the auth flow:
/auth/github
- theaction
that handles when the user clicks "Login with GitHub"/auth/github/callback
- theloader
that handles when the user authorizes GitHub.
Feel free to check the diff or try it out yourself if you
want the extra practice.