Sketch of Tor Authenticator - Fixes #6 #8

Merged
dan merged 1 commits from authenticator into master 2020-06-29 19:10:48 +00:00
Owner

Fixes #6

Fixes #6
First-time contributor
Drone Build Status: failure https://build.openprivacy.ca/openprivacy/connectivity/13
First-time contributor
Drone Build Status: success https://build.openprivacy.ca/openprivacy/connectivity/16
dan was assigned by sarah 2020-06-25 21:16:41 +00:00
sarah changed title from Sketch of Tor Authenticator to Sketch of Tor Authenticator - Fixes #6 2020-06-29 15:46:30 +00:00
Owner

Is the goal to always use authentication? If so then we could still have a default authenticator and control port object.

I'd rather still see a simple point of entry for ACN use, so keep the NewTorACN(appDirectory string, bundledTorPath string) signature and add a NewTorACNWithAuth(appDirectory string, bundledTorPath string, controlPort int, authenticator Authenticator) that the first can redirect to with defaults

Is the goal to always use authentication? If so then we could still have a default authenticator and control port object. I'd rather still see a simple point of entry for ACN use, so keep the `NewTorACN(appDirectory string, bundledTorPath string)` signature and add a `NewTorACNWithAuth(appDirectory string, bundledTorPath string, controlPort int, authenticator Authenticator)` that the first can redirect to with defaults
dan requested changes 2020-06-29 18:36:46 +00:00
testing/torrc Outdated
@ -0,0 +1,5 @@
SOCKSPort 9050
ControlPort 9051
HashedControlPassword 16:848CFDB693D95D6360DF71363AF1B90EDEB6BC5AA6A9A254E8E976CEBA
Owner

Add a comment with the password for anyone else writing tests to use?

Add a comment with the password for anyone else writing tests to use?
First-time contributor
Drone Build Status: success https://build.openprivacy.ca/openprivacy/connectivity/18
First-time contributor
Drone Build Status: success https://build.openprivacy.ca/openprivacy/connectivity/20
dan closed this pull request 2020-06-29 19:10:48 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: openprivacy/connectivity#8
No description provided.