sergiodxa / remix-auth-github

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

Update to support Remix v2 #29

Closed JeffC25 closed 11 months ago

JeffC25 commented 11 months ago

The package.json remix-auth lists @remix-run/react": "^1.0.0 || ^2.0.0" as a peerDependency, while remix-auth-github only lists "^1.0.0". This makes it incompatible with Remix v2.

sergiodxa commented 11 months ago

I would accept a PR to update the peer dependencies to include v2. If this is blocking your company I can prioritize it.