Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for passing in client URL / secret into the headers #13

Merged
merged 1 commit into from
Feb 12, 2015

Conversation

eviechan
Copy link
Contributor

For Angular requests, passing in clientId is required. For server side requests, clientId and secret are required.

headers['x-tagged-client-secret'] = req.secret;
}

console.info('post /api headers: ', headers);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will be removed. Still doing some testing for now to make sure it works properly.

@djvirgen
Copy link
Contributor

🍒

eviechan added a commit that referenced this pull request Feb 12, 2015
Add support for passing in client URL / secret into the headers
@eviechan eviechan merged commit 657842e into master Feb 12, 2015
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