Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 16:09
· 25 commits to main since this release

IC Password Auth v0.1.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