Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Dec 20, 2024
1 parent 94dee94 commit 85db927
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ic_siwe_provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ dfx deploy ic_siwe_provider --argument $'(
record {
domain = "127.0.0.1";
uri = "http://127.0.0.1:5173";
salt = "my secret salt";
salt = "mysecretsalt123";
chain_id = opt 1;
scheme = opt "http";
statement = opt "Login to the app";
sign_in_expires_in = opt 300000000000; # 5 minutes
session_expires_in = opt 604800000000000; # 1 week
sign_in_expires_in = opt 300000000000;
session_expires_in = opt 604800000000000;
targets = opt vec {
"'$(dfx canister id ic_siwe_provider)'"; # Must be included
"'$(dfx canister id my_app_canister)'"; # Allow identity to be used with this canister
"'$(dfx canister id ic_siwe_provider)'";
"'$(dfx canister id my_app_canister)'";
};
}
)'
Expand Down

0 comments on commit 85db927

Please sign in to comment.