Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

fix for (null) at the end of the signing key #4

Merged
merged 2 commits into from Feb 21, 2013
Merged

fix for (null) at the end of the signing key #4

merged 2 commits into from Feb 21, 2013

Conversation

andrewagain
Copy link
Contributor

Here is a fix for scenarios in which there is no auth token secret. For instance in step 1 of reverse auth. Prior to this fix the signing key had '(null)' appended to the end and the signature was invalid every time.

All this fix does is use the empty string for the auth token secret when one exists, instead of using '(null)'.

Thanks!
Andrew

Andrew Farmer added 2 commits February 17, 2013 11:25
…e in step 1 of reverse auth. Prior to this fix the signing key had '(null)' appended to the end and the signature was invalid every time
lorenbrichter pushed a commit that referenced this pull request Feb 21, 2013
fix for (null) at the end of the signing key
@lorenbrichter lorenbrichter merged commit 72262d4 into lorenbrichter:master Feb 21, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants