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

.auth with no accesstoken and no secrettoken #1010

Open
gamestheory opened this issue May 7, 2018 · 1 comment
Open

.auth with no accesstoken and no secrettoken #1010

gamestheory opened this issue May 7, 2018 · 1 comment

Comments

@gamestheory
Copy link

hello guys,
just wondering if its possible to use auth().oauth() no accesstoken and no secrettoken
at the moment our services are okay to be used without those thats why specification says that we do not need them
any info/advice will be really appreciated

@dlenroc
Copy link
Contributor

dlenroc commented May 19, 2018

@gamestheory In current implementation you can leave the fields blank

Example:

 auth().oauth("Consumer Key", "Consumer Secret", "", "").

this will make request without Access Token and Token Secret

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

No branches or pull requests

2 participants