Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Provide a signer UI token by default. #1334

Merged
merged 2 commits into from Jun 20, 2016
Merged

Provide a signer UI token by default. #1334

merged 2 commits into from Jun 20, 2016

Conversation

gavofyork
Copy link
Contributor

No description provided.

@gavofyork gavofyork added the A0-pleasereview 🤓 Pull request needs code review. label Jun 19, 2016
@@ -186,6 +186,13 @@ fn execute_client(conf: Configuration, spec: Spec, client_config: ClientConfig)
let net_settings = conf.net_settings(&spec);
let sync_config = conf.sync_config(&spec);

// Create and display a new token for UIs.
if conf.args.flag_signer && !conf.args.flag_no_token {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tokens file will grow indefinitely :/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as long as people have "don't remember third party data" checked, like me, then it'll still grow, only also inconvenience the user while it does...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This particular setting should not affect neither extension nor minimal Signer UI webapp (can't reproduce it).
Perhaps you have some other setting checked like "Keep local data until you quit your browser".

That said, lgtm.

@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jun 20, 2016
@arkpar arkpar merged commit a4b3518 into master Jun 20, 2016
@debris debris deleted the givetoken branch June 20, 2016 12:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants