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

Adding Authentication Token for api requests #10

Open
annapurna opened this issue Feb 25, 2020 · 4 comments
Open

Adding Authentication Token for api requests #10

annapurna opened this issue Feb 25, 2020 · 4 comments

Comments

@annapurna
Copy link

How to pass an authentication token to api requests here?

@yjukaku
Copy link

yjukaku commented Apr 22, 2020

I'm also interested in knowing about this.

@richmolj
Copy link
Contributor

I use request.ly which has the added benefit of being able to hit the endpoints directly with your browser

@XHPJ
Copy link

XHPJ commented Dec 8, 2020

Hi @richmolj I would like to implement a token support for vandal but right now I am a bit clueless on how to do this. I saw the issue #4 and there it was suggested to start in the query.ts file https://github.com/graphiti-api/vandal/blob/b3fa13366316e3c63f6e9b466d576d600fab2744/src/query.ts#L110. Would this be all on the vandal side?

@richmolj
Copy link
Contributor

richmolj commented Dec 8, 2020

Yep you got it. That's where we query the server. So we need some UI to accept the header, and then alter query.ts to send that header when making API requests

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

4 participants