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

support OAuth token authentication #9

Closed
wants to merge 1 commit into from
Closed

support OAuth token authentication #9

wants to merge 1 commit into from

Conversation

natw
Copy link

@natw natw commented Oct 20, 2016

This adds support for authentication using Netsuite's "Access Tokens". They're kind of like oauth, only not somehow.

https://system.na2.netsuite.com/app/help/helpcenter.nl?fid=section_4254801119.html

some specs

add oauth options to README

typo

fix netsuite link

extra space
@coveralls
Copy link

coveralls commented Oct 20, 2016

Coverage Status

Coverage decreased (-0.2%) to 99.517% when pulling 05b146c on LiveWatch:oauth into 241c5ed on christian-marie:master.

@natw
Copy link
Author

natw commented Oct 20, 2016

ugh. The HTTPRequest object in 1.9.3 doesn't carry all the information that oauth needs (most notably the host). This is sufficient for our usage, so unless someone has a good workaround, I'm probably going to be a dick and just leave this here.

@natw natw closed this Aug 24, 2018
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.

None yet

2 participants