sergiodxa / remix-auth

Simple Authentication for Remix
MIT License
1.94k stars 112 forks source link

refactor(authorizer): use `LoaderArgs` type directly #208

Open MichaelDeBoey opened 1 year ago

sergiodxa commented 1 year ago

If I merge this I would have to change the minimum required version of Remix from v1.0.0 (current @remix-run/server-runtime version in package.json) to v1.6.5 where LoaderArgs was introduced.

sergiodxa commented 1 year ago

I will keep the PR open, in the future I may do the upgrade but that will require a major release