sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.32k stars 261 forks source link

Retrieving an user token #756

Open kix2902 opened 2 weeks ago

kix2902 commented 2 weeks ago

I'm thinking on developing a native Android application to allow for an easy function to add links to Linkding from any app.

The problem I'm facing is that retrieving an user token without the user intervention is mainly impossible so I'm here requesting an endpoint to obtain it passing it the login info or a full oAuth2 path.

Thanks in advance.