wiyota / ic-auth-client-rs

Simple interface to get your web application authenticated with the Internet Identity Service with the Rust programming language.
https://crates.io/crates/ic-auth-client
Apache License 2.0
6 stars 1 forks source link

Expand Functionality to Desktop DApps #1

Open SoftCysec opened 1 day ago

SoftCysec commented 1 day ago

Raised this issue I was facing on DFINITY Forum and you gave a proposal to expand the functionality to desktop Dapps

https://forum.dfinity.org/t/internet-identity-with-rust-ui/35318/2

wiyota commented 1 day ago

To achieve this, it will be necessary to create features that can replace functions that currently depend on Browser APIs accessed through JavaScript with OS standard ones, etc., and specify them after declaring default-features = false.

The following is a list of functions that depend on JS. Please wait until I work on replacing these with non-JS in stages.

SoftCysec commented 21 hours ago

Alright thank you