v1.3.0
What's Changed
This update focuses on simplifying our codebase with a couple of refactors, such as removing the generic User type from sendTOTP
calls and the TOTPStrategyOptions
interface. We've also updated dependencies to resolve issues with the latest version of vitest
.
Refactor 🛠️
- Removed the generic User type from
sendTOTP
calls — Issue resolved https://github.com/dev-xo/remix-auth-totp/issues/27. - Removed the generic User type from the
TOTPStrategyOptions
interface — No longer necessary, related to https://github.com/dev-xo/remix-auth-totp/issues/27.
Chores 👷♂️
- Updated dependencies, resolving issues with the latest
1.0.0-beta.3
version of vitest.
That's it for this release. Happy coding folks!