IncrediblePoneys / claverack

A mastodon desktop client.
MIT License
5 stars 3 forks source link

Authentification #2

Closed Shahor closed 7 years ago

Fiaxhs commented 7 years ago

Reading the docs:

Registering an application: POST [...] Creates a new OAuth app. Returns id, client_id and client_secret [...] These values should be requested in the app itself from the API for each new app install + mastodon domain combo, and stored in the app for future requests.

By looking at Tusky you're invited to type your instance url. I suggest a dropdown with the biggest instances + possibility to type freely.

Question, what storage should we use?

Shahor commented 7 years ago

There's this list that we can probably parse to do that.

Shahor commented 7 years ago

Supports

Shahor commented 7 years ago

11

But sadly no autocomplete yet (datalist doesn't work on electron)

Fiaxhs commented 7 years ago

Let's close this one since it's now working, and create new ones for subfeatures