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

Feature: Generate OAuth read-only (and read-write) tokens for server apps #75

Open
DougReeder opened this issue Jan 31, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@DougReeder
Copy link
Contributor

DougReeder commented Jan 31, 2022

Other servers that access RS require setting the tokens manually, as they generally don't have a Web interface.

This is also required to run the RS api-test-suite.

This would probably be part of an admin UI.

Read-only tokens would also allow sharing with friends, but for most apps it's not clear how they would take advantage of that.

@DougReeder DougReeder added the enhancement New feature or request label Jan 31, 2022
@raucao
Copy link
Member

raucao commented Jan 31, 2022

What if we just wrote a simple unhosted app that can aquire and display custom tokens for server integration? Since servers are not bound by Origin restrictions (they can just send whatever origin they want), the client ID and redirect URI may as well be a known app that creates tokens for those.

@DougReeder
Copy link
Contributor Author

A new client app? That sounds straightforward.

@raucao
Copy link
Member

raucao commented Jan 31, 2022

Yeah, it would be similar to https://github.com/raucao/rs-backup-auth-page but with a form to specify category name (or root access) and permission level.

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

No branches or pull requests

2 participants