Arnab Chakraborty 58e7151e19 Move Auth Tokens storage from Local Storage to custom encrypted .sdks file (#2831)
* 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
2024-12-14 19:49:50 -05:00

295 B

v2.1.0

  • Fix: Exclude Tauri IPC requests from the request hook.

v2.0.0

v1.0.0

  • New: Hook fetch requests and redirect them to x-http and x-https custom protocols.