Skip to content

Tags: NeaByteLab/TouchID

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
NeaByteLab NeaByteLab
fix(npm): ensure binding.gyp and native sources included in npm packa…

…ge 📦

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
NeaByteLab NeaByteLab
feat(touchid): initial Touch ID TypeScript library implementation 📊

- Add native Touch ID authentication for macOS with TypeScript support
- Implement TouchIDService with direct and cached authentication methods
- Add comprehensive event system with 13 event types for real-time monitoring
- Include device identification (hardware UUID, serial, model) capabilities
- Add native C++ addon using LocalAuthentication framework
- Implement type-safe API with full TypeScript definitions
- Add error handling with standardized TouchIDError enum
- Include utility functions for validation and async operations
- Add comprehensive examples (direct, cached, events)
- Update README.md with complete API documentation