mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* Initial encryption functions * Storage of encrypted tokens & working login * Add customized `tauri-plugin-cors-fetch` We need to have it in our crates folder due to the dependency of `sd-crypto` for the handling of cookies. * Lint
295 B
295 B
v2.1.0
- Fix: Exclude Tauri IPC requests from the request hook.
v2.0.0
- New: Hook
fetchrequests and redirect them to tauri-plugin-http.
v1.0.0
- New: Hook
fetchrequests and redirect them tox-httpandx-httpscustom protocols.