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

Automatic list discovery #12

Open
mo-rijndael opened this issue Aug 29, 2022 · 5 comments
Open

Automatic list discovery #12

mo-rijndael opened this issue Aug 29, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@mo-rijndael
Copy link

Since we already have read:lists permission, it would be possible to get all lists via /api/v1/lists, and then for each use /api/v1/lists/:id/accounts to find one, which contains only current user

Backward compatibility can be achieved same way as described in #11

@hatkidchan
Copy link
Owner

Was thinking about creating list automatically with some predetermined name like "Crossposter-feed" or something, that will also require write:lists permission. Tho by default Mastodon returns a token with almost all permissions, so not a big deal. Thanks for that too!

@mo-rijndael
Copy link
Author

Well, having a write permission is not very good, because it looks less "safe" to give
Also, when software silently modifies your settings it looks not good too

@hatkidchan
Copy link
Owner

when software silently modifies your settings it's not good

I think it'd be nice to have a configuration script that does all the steps necessary and spits out config file. I should create an issue for that...

@hatkidchan hatkidchan added the enhancement New feature or request label Aug 30, 2022
@mo-rijndael
Copy link
Author

I think it'd be nice to have a configuration script

Since we need browser for getting token, it can be simple static webpage with primitive scripts (to easily sure, page will not steal auth info)

@hatkidchan
Copy link
Owner

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants