Remix Auth
Integrating Github Authentication
π¨βπΌ Let's start out by getting Remix Auth set up with the GitHub strategy. First,
you'll need to get the environment variables set in
and .
Then we'll go to to make our
authenticator instance with the
connectionSessionStorage Kellie made for us
in .Then you'll add the
GitHubStrategy to the authenticator with
authenticator.use. If the GitHub profile doesn't have an email then redirect
to /login (this can happen if none of their email addresses are verified).Kody π¨ should be able to help you out from here. Good luck!