dev-xo / remix-auth-totp

A Time-Based One-Time Password (TOTP) Authentication Strategy for Remix-Auth.

Home Page:https://totp.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ Feat ] Lack of Remix v1.0 Support Due to ESM-only Dependency

dev-xo opened this issue · comments

Currently, Remix Auth TOTP only supports Remix v2.0 and above.

The reason behind this is that one of the dependencies used is ESM-only, making it incompatible with Remix v1.0 by default. There's already a work in progress to address this, which will likely involve using dynamic imports.

Suggestions and PRs are welcome! 🙏