Skip to content

Releases: f0i/sign-in-with-password

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 11:14

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

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Nov 16:08

IC Password Auth v0.1.1

📦 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

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 16:09

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