Releases: infinitejs/securio
Releases · infinitejs/securio
v0.3.0
What's Changed
- Switch to ICL-1.0 by @builtbyjonas in #17
- fix: Update license link in README.md to point to the correct file by @builtbyjonas in #18
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: Enhance WebAuthn support and passkey functionality by @builtbyjonas in #15
- chore: Bump version to 0.2.0 in package.json by @builtbyjonas in #16
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Refactor release workflow to trigger on published releases and remove… by @builtbyjonas in #8
- Added passkey example and updated code format by @builtbyjonas in #9
- Rename example folder to examples by @builtbyjonas in #10
- Fix formatting in server.js for consistency by @builtbyjonas in #11
- Add example images for passkey and TOTP authentication by @builtbyjonas in #12
- Add examples for Passkey/WebAuthn and TOTP in README.md by @builtbyjonas in #13
- Update format by @builtbyjonas in #14
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Prepare v0.1.1 release
v0.1.0
Remove test and build steps from CI and Release workflows; ensure pnp…