0.0.2
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
- @Souuvenir made their first contribution in #4