This website requires JavaScript.
Explore
Help
Sign In
bitwarden
/
directory-connector
Watch
1
Star
0
Fork
0
You've already forked directory-connector
mirror of
https://github.com/bitwarden/directory-connector
synced
2026-02-25 00:52:53 +00:00
Code
Issues
Releases
Wiki
Activity
Files
3bf4916254e7b98e2aba02bec5ebce5a8cd4890a
directory-connector
/
native
History
JaredScar
3bf4916254
Refactor secure storage implementation to utilize the 'dc-native' module directly in the renderer process, removing the need for the credential storage listener. Update TypeScript definitions and enhance error handling in password management functions. Adjust Cargo dependencies and versions for improved compatibility.
2026-02-24 16:34:33 -05:00
..
src
Refactor secure storage implementation to utilize the 'dc-native' module directly in the renderer process, removing the need for the credential storage listener. Update TypeScript definitions and enhance error handling in password management functions. Adjust Cargo dependencies and versions for improved compatibility.
2026-02-24 16:34:33 -05:00
build.rs
Refactor secure storage implementation to use native bindings and migrate from keytar. Update .gitignore for Rust artifacts, adjust package.json for new build scripts, and modify workflows for native module compilation. Enhance state versioning to support migration of credentials from keytar to desktop_core.
2026-02-24 11:42:16 -05:00
Cargo.lock
Refactor secure storage implementation to utilize the 'dc-native' module directly in the renderer process, removing the need for the credential storage listener. Update TypeScript definitions and enhance error handling in password management functions. Adjust Cargo dependencies and versions for improved compatibility.
2026-02-24 16:34:33 -05:00
Cargo.toml
Refactor secure storage implementation to utilize the 'dc-native' module directly in the renderer process, removing the need for the credential storage listener. Update TypeScript definitions and enhance error handling in password management functions. Adjust Cargo dependencies and versions for improved compatibility.
2026-02-24 16:34:33 -05:00
index.d.ts
Integrate native module 'dc-native' for secure storage, updating TypeScript configurations and package dependencies. Refactor native binding logic and enhance error handling. Remove legacy keytar references and adjust package-lock.json for new native module structure.
2026-02-24 11:56:12 -05:00
index.js
Refactor secure storage implementation to utilize the 'dc-native' module directly in the renderer process, removing the need for the credential storage listener. Update TypeScript definitions and enhance error handling in password management functions. Adjust Cargo dependencies and versions for improved compatibility.
2026-02-24 16:34:33 -05:00
package-lock.json
Integrate native module 'dc-native' for secure storage, updating TypeScript configurations and package dependencies. Refactor native binding logic and enhance error handling. Remove legacy keytar references and adjust package-lock.json for new native module structure.
2026-02-24 11:56:12 -05:00
package.json
Refactor TypeScript definitions for password management functions by removing unnecessary semicolons. Update build scripts in package.json to exclude JavaScript during native module compilation.
2026-02-24 14:08:03 -05:00