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

Basic Authorization #15

Open
supernevi opened this issue Mar 4, 2023 · 0 comments
Open

Basic Authorization #15

supernevi opened this issue Mar 4, 2023 · 0 comments

Comments

@supernevi
Copy link
Owner

Is your feature request related to a problem? Please describe.
By now all API calls are open without any authorization. But usually you only want some applications allow access to your song repository, especially if your server is hosted in the cloud.

Describe the solution you'd like
Some authorization routines should be available. This can be done with Basic OAuth authorization. For this, the server should generate a client id and a secret and store this information in a local file since this can be reused after restarting the server. I don't think that any encryption is needed here (for now)

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

No branches or pull requests

1 participant