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

API - /api/check_url?url= with token authetification #55

Closed
Export33 opened this issue Jan 1, 2021 · 2 comments · Fixed by #75
Closed

API - /api/check_url?url= with token authetification #55

Export33 opened this issue Jan 1, 2021 · 2 comments · Fixed by #75

Comments

@Export33
Copy link

Export33 commented Jan 1, 2021

Hi,

the /api/check_url?url= API works only with the cookie authentification and not with the token.
Can you make it public? I´m working on a browser addon and could need it.

@sissbruecker
Copy link
Owner

@Export33 Makes sense, this endpoint was written before introducing the REST API. I'll get to it at some point.

Meanwhile I have written a small extension myself: https://github.com/sissbruecker/linkding-extension. There I simply avoided the issue for now by just using the title from the current tab and ignoring the description. This approximates the saved bookmark reasonably well.

@Export33
Copy link
Author

nvm. i wrote a method whick checks the existing api and it´s working for me.

i may publish it when i have some more free time. i will also check your implementation ;).

sissbruecker pushed a commit that referenced this issue Feb 16, 2021
sissbruecker pushed a commit that referenced this issue Feb 16, 2021
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 a pull request may close this issue.

2 participants