Skip to content

Re: Email request 2/28/13#1

Merged
hmorales merged 3 commits intoTeleSign:masterfrom
jweatherford:master
Mar 12, 2013
Merged

Re: Email request 2/28/13#1
hmorales merged 3 commits intoTeleSign:masterfrom
jweatherford:master

Conversation

@jweatherford
Copy link
Copy Markdown

Added the new lib for commens codec. Added support for
sha256 and nonce token. Removed the phonUtil class to allow
phone number validation to happen on the server side. Added
tests for the new sha and nonce functionality.

Added the new lib for commens codec. Added support for
sha256 and nonce token. Removed the phonUtil class to allow
phone number validation to happen on the server side. Added
tests for the new sha and nonce functionality.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Let's remove the CustomerID and Secret QA values. Replace with place holders below and a comment asking them to contact TeleSign for credentials.

CUSTOMER_ID = "YOUR CUSTOMER_ID HERE"
SECRET_KEY = "YOUR SECRET_KEY HERE"

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I thought it was odd that this was in the repo to begin with as I was pretty sure I had pulled it out.

I will get this out and submit a new pull request today. 

 -jW


From: hmorales notifications@github.com
To: TeleSign/java_telesign java_telesign@noreply.github.com
Cc: jweatherford johnweatherford@rocketmail.com
Sent: Monday, March 11, 2013 9:48 AM
Subject: Re: [java_telesign] Re: Email request 2/28/13 (#1)

In test/com/telesign/TeleSignRequestTest.java:

@@ -18,6 +21,10 @@

  • Author: jweatherford
    */
    public class TeleSignRequestTest {
  • public final String CUSTOMER_ID = "440813A2-1F7E-11E1-B760-000000000000";
    Let's remove the CustomerID and Secret QA values. Replace with place holders below and a comment asking them to contact TeleSign for credentials.
    CUSTOMER_ID = "YOUR CUSTOMER_ID HERE"
    SECRET_KEY = "YOUR SECRET_KEY HERE"

    Reply to this email directly or view it on GitHub.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes, we have disabled that account for security reasons. Going forward we want to read the credentials from a properties file (only for the unit tests) then add the *.properties to the gitignore file. This way anyone else contributing will not accidentally add their keys to the repo. Would you be able to do this?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Good idea! I can do this.

Message sent via my mobile phone. Please excuse minor typos and message brevity.

On Mar 11, 2013, at 11:07 AM, hmorales notifications@github.com wrote:

In test/com/telesign/TeleSignRequestTest.java:

@@ -18,6 +21,10 @@

  • Author: jweatherford
    */
    public class TeleSignRequestTest {

    • public final String CUSTOMER_ID = "440813A2-1F7E-11E1-B760-000000000000";
      Yes, we have disabled that account for security reasons. Going forward we want to read the credentials from a properties file (only for the unit tests) then add the *.properties to the gitignore file. This way anyone else contributing will not accidentally add their keys to the repo. Would you be able to do this?


Reply to this email directly or view it on GitHub.

John Weatherford added 2 commits March 11, 2013 23:37
Create a properties file for the tests. Updated the
.gitignore. Removed the PhoneUtil files that were mistakenly left
Conflicts:
	test/com/telesign/PhoneIdTest.java
	test/com/telesign/VerifyTest.java
hmorales added a commit that referenced this pull request Mar 12, 2013
@hmorales hmorales merged commit 6176f37 into TeleSign:master Mar 12, 2013
hmorales added a commit that referenced this pull request Mar 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants