Skip to content

0.0.2

Choose a tag to compare

@Souuvenir Souuvenir released this 09 Jul 19:22
· 10 commits to main since this release
c9ac5a1

What's Changed

  • feat: add two-factor authentication code generator with time-based algorithm by @Souuvenir
  • feat: implement generateMinutelyTwoFactor function with configurable length (4-8 digits)
  • docs: add complete documentation and README for two-factor generator module

New Features

Two-Factor Authentication Generator:

  • Time-based code generation: Creates unique codes per minute using Santiago timezone
  • Configurable length: Supports codes from 4 to 8 digits
  • Consistent algorithm: Uses standardized multiplier-based calculation
  • TypeScript support: Full type safety and IntelliSense
  • Backend compatibility: Designed to match server-side implementations

New Contributors