IC Password Auth v0.2.0
📦 Installation
Download ic-password-auth.js and include it in your HTML:
<!-- IC Password Auth Library - fully self-contained, no dependencies needed! -->
<script src="path/to/ic-password-auth.js"></script>📚 Documentation
See README.md for complete documentation.
✨ Features
- 🔐 Secure password-based authentication for Internet Computer
- 💾 Automatic session persistence with localStorage
- ⏰ Configurable idle detection and auto-logout
- 🔄 Session restoration on page reload
- 📦 Built with @icp-sdk/core