sergiodxa / remix-auth-github

A GitHubStrategy for Remix Auth, based on the OAuth2Strategy
https://sergiodxa.github.io/remix-auth-github/
MIT License
75 stars 17 forks source link

chore: use `ActionArgs`/`LoaderArgs` instead of `ActionFunction`/`LoaderFunction` #10

Closed MichaelDeBoey closed 2 years ago

MichaelDeBoey commented 2 years ago

To comply with new usage of useActionData/useLoaderData hooks


Just like https://github.com/sergiodxa/remix-auth/pull/196